diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/syslog.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/syslog.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/src/lib/libc/port/gen/syslog.c b/usr/src/lib/libc/port/gen/syslog.c index 487da876e0..aa535a1edf 100644 --- a/usr/src/lib/libc/port/gen/syslog.c +++ b/usr/src/lib/libc/port/gen/syslog.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -53,13 +53,9 @@ * The output of this routine is intended to be read by /etc/syslogd. */ -#pragma weak syslog = _syslog -#pragma weak vsyslog = _vsyslog -#pragma weak openlog = _openlog -#pragma weak closelog = _closelog -#pragma weak setlogmask = _setlogmask +#pragma weak _syslog = syslog -#include "synonyms.h" +#include "lint.h" #include <sys/types.h> #include <sys/types32.h> #include <sys/mman.h> |