From: Ulrich Drepper Date: Wed, 30 Jul 2008 15:55:18 +0000 (+0000) Subject: (openlog_internal): Fix compile problem. X-Git-Tag: cvs/fedora-glibc-20080802T0809~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=340f76a28417cb895ddef6d7836634263a7edf29;p=thirdparty%2Fglibc.git (openlog_internal): Fix compile problem. --- diff --git a/misc/syslog.c b/misc/syslog.c index baa180bb7ba..8f84faf75cf 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -360,9 +360,9 @@ openlog_internal(const char *ident, int logstat, int logfac) __have_sock_cloexec = (LogFile != -1 || errno != EINVAL); -#endif } #endif +#endif #ifndef __ASSUME_SOCK_CLOEXEC # ifdef SOCK_CLOEXEC if (__have_sock_cloexec < 0)