]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/comment.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / papd / comment.c
index d4122107c081bed4ed5671b2e09a9ca9493bcdda..24a49d03910fd19a03792cb4616f766d0f0c4b1f 100644 (file)
@@ -1,13 +1,15 @@
 /*
+ * $Id: comment.c,v 1.6 2002-01-03 17:49:39 sibaz Exp $
+ *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 #include <stdlib.h>