(openlog_internal): Fix compile problem.

This commit is contained in:
Ulrich Drepper 2008-07-30 15:55:18 +00:00
parent 0424d00701
commit 340f76a284
1 changed files with 1 additions and 1 deletions

View File

@ -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)