mirror of
https://repo.or.cz/socat.git
synced 2025-07-27 04:57:51 +00:00
version 1.7.1.1
This commit is contained in:
parent
2a34236fce
commit
30a3ec3baa
11 changed files with 21 additions and 12 deletions
|
@ -1975,6 +1975,9 @@ int parseopts_table(const char **a, unsigned int groups, struct opt **opts,
|
|||
(*opts)[i].value.u_ulong);
|
||||
break;
|
||||
|
||||
#if HAVE_BASIC_OFF_T==7
|
||||
case TYPE_OFF32:
|
||||
#endif
|
||||
#if HAVE_TYPE_LONGLONG
|
||||
case TYPE_LONGLONG:
|
||||
# if HAVE_STAT64 && defined(HAVE_BASIC_OFF64_T) && HAVE_BASIC_OFF64_T==7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue