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:
parent
30a3ec3baa
commit
6cc97b32a8
3 changed files with 12 additions and 4 deletions
5
compat.h
5
compat.h
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue