mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 05:36:32 +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
4
compat.h
4
compat.h
|
@ -1,5 +1,5 @@
|
|||
/* source: compat.h */
|
||||
/* Copyright Gerhard Rieger 2001-2008 */
|
||||
/* Copyright Gerhard Rieger 2001-2009 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __compat_h_included
|
||||
|
@ -267,6 +267,8 @@
|
|||
# define F_off "%d"
|
||||
# elif HAVE_BASIC_OFF_T==5
|
||||
# define F_off "%ld"
|
||||
# elif HAVE_BASIC_OFF_T==7
|
||||
# define F_off "%Ld"
|
||||
# else
|
||||
#error "HAVE_BASIC_OFF_T is out of range:" HAVE_BASIC_OFF_T
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue