diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-18 08:29:22 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-18 08:29:22 +0000 |
commit | b46fb37fbaf05cd57269ecf4897182f766275710 (patch) | |
tree | 9435c662f4ee50f47ef817fddf986f5461ec42dc /sys/netinet/ip_state.c | |
parent | cf0296e519b7e101c2d0f1329ab8e3b5f853b393 (diff) |
syslog.h -> sys/syslog.h
THIS IS THE KERNEL, DAMNIT.
Diffstat (limited to 'sys/netinet/ip_state.c')
-rw-r--r-- | sys/netinet/ip_state.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |