diff options
Diffstat (limited to 'misc/syslog.c')
-rw-r--r-- | misc/syslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/syslog.c b/misc/syslog.c index a27eb2ab92..de5737d235 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -56,7 +56,7 @@ static char sccsid[] = "@(#)syslog.c 8.4 (Berkeley) 3/18/94"; #ifdef USE_IN_LIBIO # include <libio/iolibio.h> -# define ftell(s) _IO_ftell (s) +# define ftell(s) INTUSE(_IO_ftell) (s) #endif static int LogType = SOCK_DGRAM; /* type of socket connection */ |