stdarg/varargs is included by com_err.h
authorJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:55:25 +0000 (11:55 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:55:25 +0000 (11:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1714 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/main.c

index 97daea96b22d42bfb87a9f6ebdacb6a834ad6475..c7910339a350969b5e813f5db4b86db2d81eefd2 100644 (file)
@@ -18,16 +18,12 @@ static char rcsid_main_c[] =
 #include <krb5/copyright.h>
 
 #include <stdio.h>
-#ifdef __STDC__
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 #include <syslog.h>
 #include <signal.h>
 #include <errno.h>
 
 #include <com_err.h>
+/* com_err gets  varargs */
 
 #include <krb5/krb5.h>
 #include <krb5/osconf.h>