use <syslog.h>; our include files will make that the Right Thing
authorJohn Kohl <jtkohl@mit.edu>
Wed, 24 Oct 1990 11:49:38 +0000 (11:49 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 24 Oct 1990 11:49:38 +0000 (11:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1313 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/sserver/sserver.c
src/kdc/main.c

index 427d4687ade547ed1f79f54c9c973caea25871e0..8b48b4d3b8461eb917f6e260dced864396f2dbb4 100644 (file)
@@ -36,7 +36,7 @@ static char rcsid_sserver_c [] =
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 
 #include "sample.h"
 
index 8ec9ea910a88a861e41bbae8af1c82234673303b..422d2165e74a90c4a86595cf498a87bbe19d111e 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid_main_c[] =
 #else
 #include <varargs.h>
 #endif
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <signal.h>
 #include <errno.h>