]> granicus.if.org Git - sudo/commitdiff
"#ifdef __STDC__" not "#if __STDC__" (I missed one)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Aug 1999 15:06:19 +0000 (15:06 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Aug 1999 15:06:19 +0000 (15:06 +0000)
snprintf.c

index 2f23508ec68bf5ff76ef5da8ad26f933dafb1e6b..53996d7cbc8eacf86c42dc544ac7fb60cc46fe85 100644 (file)
@@ -61,7 +61,7 @@
 #endif /* HAVE_MALLOC_H && !STDC_HEADERS */
 #include <limits.h>
 
-#if __STDC__
+#ifdef __STDC__
 # include <stdarg.h>
 #else
 # include <varargs.h>