Move #include <syslog.h> to the one file that needs it
authorguenther <guenther@openbsd.org>
Tue, 20 Jan 2015 03:14:52 +0000 (03:14 +0000)
committerguenther <guenther@openbsd.org>
Tue, 20 Jan 2015 03:14:52 +0000 (03:14 +0000)
usr.bin/rdist/defs.h
usr.bin/rdist/message.c

index 54099b9..73e6319 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: defs.h,v 1.32 2015/01/16 06:40:11 deraadt Exp $       */
+/*     $OpenBSD: defs.h,v 1.33 2015/01/20 03:14:52 guenther Exp $      */
 
 #ifndef __DEFS_H__
 #define __DEFS_H__
@@ -52,7 +52,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <syslog.h>
 #include <unistd.h>
 #include <limits.h>
 
index 5ce2f0e..1609f24 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: message.c,v 1.22 2015/01/16 06:40:11 deraadt Exp $    */
+/*     $OpenBSD: message.c,v 1.23 2015/01/20 03:14:52 guenther Exp $   */
 
 /*
  * Copyright (c) 1983 Regents of the University of California.
@@ -29,6 +29,7 @@
  * SUCH DAMAGE.
  */
 
+#include <syslog.h>
 #include "defs.h"
 
 /*