1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-11 06:22:58 +00:00

version 1.7.1.1

This commit is contained in:
Gerhard Rieger 2009-05-08 16:02:00 +02:00
parent 2a34236fce
commit 30a3ec3baa
11 changed files with 21 additions and 12 deletions

3
xio.h
View file

@ -347,12 +347,13 @@ union integral {
} ;
/* some aliases */
#define u_off u_long /* please report when this causes problems */
#if HAVE_BASIC_OFF_T==3
# define u_off u_int
#elif HAVE_BASIC_OFF_T==5
# define u_off u_long
#elif HAVE_BASIC_OFF_T==7
# define u_off u_longlong
#else
# error "unexpected size of off_t, please report this as bug"
#endif