syslog.h -> sys/syslog.h
authordownsj <downsj@openbsd.org>
Sat, 18 Jan 1997 08:29:19 +0000 (08:29 +0000)
committerdownsj <downsj@openbsd.org>
Sat, 18 Jan 1997 08:29:19 +0000 (08:29 +0000)
THIS IS THE KERNEL, DAMNIT.

sys/netinet/ip_fil.c
sys/netinet/ip_frag.c
sys/netinet/ip_nat.c
sys/netinet/ip_state.c

index f5b1196..345d106 100644 (file)
@@ -8,7 +8,7 @@
 #if 0
 #ifndef        lint
 static char    sccsid[] = "@(#)ip_fil.c        2.41 6/5/96 (C) 1993-1995 Darren Reed";
-static char    rcsid[] = "$OpenBSD: ip_fil.c,v 1.7 1996/10/24 17:56:20 tholo Exp $";
+static char    rcsid[] = "$OpenBSD: ip_fil.c,v 1.8 1997/01/18 08:29:19 downsj Exp $";
 #endif
 #endif
 
@@ -43,7 +43,7 @@ static        char    rcsid[] = "$OpenBSD: ip_fil.c,v 1.7 1996/10/24 17:56:20 tholo Exp $"
 #include <netinet/udp.h>
 #include <netinet/tcpip.h>
 #include <netinet/ip_icmp.h>
-#include <syslog.h>
+#include <sys/syslog.h>
 #endif
 #include "ip_fil_compat.h"
 #include "ip_fil.h"
index 253bd0f..77cfa93 100644 (file)
@@ -8,7 +8,7 @@
 #if 0
 #ifndef        lint
 static char    sccsid[] = "@(#)ip_frag.c       1.11 3/24/96 (C) 1993-1995 Darren Reed";
-static char    rcsid[] = "$OpenBSD: ip_frag.c,v 1.5 1996/10/24 17:56:21 tholo Exp $";
+static char    rcsid[] = "$OpenBSD: ip_frag.c,v 1.6 1997/01/18 08:29:20 downsj Exp $";
 #endif
 #endif
 
@@ -54,7 +54,7 @@ static        char    rcsid[] = "$OpenBSD: ip_frag.c,v 1.5 1996/10/24 17:56:21 tholo Exp $
 #include <netinet/udp.h>
 #include <netinet/tcpip.h>
 #include <netinet/ip_icmp.h>
-#include <syslog.h>
+#include <sys/syslog.h>
 #include "ip_fil_compat.h"
 #include "ip_fil.h"
 #include "ip_frag.h"
index d0c2810..a3a9165 100644 (file)
@@ -24,7 +24,7 @@
 #if 0
 #ifndef        lint
 static char    sccsid[] = "@(#)ip_nat.c        1.11 6/5/96 (C) 1995 Darren Reed";
-static char    rcsid[] = "$OpenBSD: ip_nat.c,v 1.6 1996/10/24 17:56:22 tholo Exp $";
+static char    rcsid[] = "$OpenBSD: ip_nat.c,v 1.7 1997/01/18 08:29:21 downsj Exp $";
 #endif
 #endif
 
@@ -71,7 +71,7 @@ static        char    rcsid[] = "$OpenBSD: ip_nat.c,v 1.6 1996/10/24 17:56:22 tholo Exp $"
 #include <netinet/udp.h>
 #include <netinet/tcpip.h>
 #include <netinet/ip_icmp.h>
-#include <syslog.h>
+#include <sys/syslog.h>
 #include "ip_fil_compat.h"
 #include "ip_fil.h"
 #include "ip_nat.h"
index f50f6ce..c6c04d5 100644 (file)
@@ -8,7 +8,7 @@
 #if 0
 #ifndef        lint
 static char    sccsid[] = "@(#)ip_state.c      1.8 6/5/96 (C) 1993-1995 Darren Reed";
-static char    rcsid[] = "$OpenBSD: ip_state.c,v 1.5 1996/10/24 17:56:21 tholo Exp $";
+static char    rcsid[] = "$OpenBSD: ip_state.c,v 1.6 1997/01/18 08:29:21 downsj Exp $";
 #endif
 #endif
 
@@ -55,7 +55,7 @@ static        char    rcsid[] = "$OpenBSD: ip_state.c,v 1.5 1996/10/24 17:56:21 tholo Exp
 #include <netinet/udp.h>
 #include <netinet/tcpip.h>
 #include <netinet/ip_icmp.h>
-#include <syslog.h>
+#include <sys/syslog.h>
 #endif
 #include "ip_fil_compat.h"
 #include "ip_fil.h"