diff options
author | 1996-05-22 18:02:38 +0000 | |
---|---|---|
committer | 1996-05-22 18:02:38 +0000 | |
commit | dc9972317e6fe44e503fbfe83446272743c76fb3 (patch) | |
tree | 08eb85f894d1f06cf0e8a5c151f12695f8640e06 /misc/sys/syslog.h | |
parent | Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> (diff) | |
download | glibc-cvs/libc-960522.tar.xz glibc-cvs/libc-960522.zip |
Regenerated: autoconf configure.incvs/libc-960522
Diffstat (limited to 'misc/sys/syslog.h')
-rw-r--r-- | misc/sys/syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/syslog.h b/misc/sys/syslog.h index 87bfd2ec6f..241a74d52c 100644 --- a/misc/sys/syslog.h +++ b/misc/sys/syslog.h @@ -178,7 +178,7 @@ CODE facilitynames[] = { #elif !defined (_BSD_VA_LIST_) /* In GNU we don't have a <machine/ansi.h> and it would be too painful to emulate one. */ -#define __need_va_list +#define __need___va_list #include <stdarg.h> #define _BSD_VA_LIST_ __gnuc_va_list #endif |