From 319499219a95154e70981798fe560247273e2188 Mon Sep 17 00:00:00 2001 From: downsj Date: Sat, 18 Jan 1997 08:29:19 +0000 Subject: [PATCH] syslog.h -> sys/syslog.h THIS IS THE KERNEL, DAMNIT. --- sys/netinet/ip_fil.c | 4 ++-- sys/netinet/ip_frag.c | 4 ++-- sys/netinet/ip_nat.c | 4 ++-- sys/netinet/ip_state.c | 4 ++-- 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 #include #include -#include +#include #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 #include #include -#include +#include #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 #include #include -#include +#include #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 #include #include -#include +#include #endif #include "ip_fil_compat.h" #include "ip_fil.h" -- 2.20.1