summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-01-18 08:29:22 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-01-18 08:29:22 +0000
commitb46fb37fbaf05cd57269ecf4897182f766275710 (patch)
tree9435c662f4ee50f47ef817fddf986f5461ec42dc
parentcf0296e519b7e101c2d0f1329ab8e3b5f853b393 (diff)
syslog.h -> sys/syslog.h
THIS IS THE KERNEL, DAMNIT.
-rw-r--r--sys/netinet/ip_fil.c4
-rw-r--r--sys/netinet/ip_frag.c4
-rw-r--r--sys/netinet/ip_nat.c4
-rw-r--r--sys/netinet/ip_state.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/netinet/ip_fil.c b/sys/netinet/ip_fil.c
index f5b1196725b..345d106a2f5 100644
--- a/sys/netinet/ip_fil.c
+++ b/sys/netinet/ip_fil.c
@@ -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"
diff --git a/sys/netinet/ip_frag.c b/sys/netinet/ip_frag.c
index 253bd0f861f..77cfa938476 100644
--- a/sys/netinet/ip_frag.c
+++ b/sys/netinet/ip_frag.c
@@ -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"
diff --git a/sys/netinet/ip_nat.c b/sys/netinet/ip_nat.c
index d0c28108994..a3a91659022 100644
--- a/sys/netinet/ip_nat.c
+++ b/sys/netinet/ip_nat.c
@@ -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"
diff --git a/sys/netinet/ip_state.c b/sys/netinet/ip_state.c
index f50f6cea73f..c6c04d57c77 100644
--- a/sys/netinet/ip_state.c
+++ b/sys/netinet/ip_state.c
@@ -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"