1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 07:23:23 +00:00

failed to build with gcc -Wall (esp. on Redhat like systems)

This commit is contained in:
Gerhard Rieger 2010-01-08 07:26:33 +01:00
parent 30a3ec3baa
commit 6cc97b32a8
3 changed files with 12 additions and 4 deletions

View file

@ -261,7 +261,10 @@
# endif
#endif
/* might be checked in later versions */
#if !defined(HAVE_BASIC_OFF_T) || !HAVE_BASIC_OFF_T
# undef HAVE_BASIC_OFF_T
# define HAVE_BASIC_OFF_T 5 /*long*/
#endif
#ifndef F_off
# if HAVE_BASIC_OFF_T==3
# define F_off "%d"