about summary refs log tree commit diff
path: root/misc/sys/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/syslog.h')
-rw-r--r--misc/sys/syslog.h2
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