diff options
author | 2001-01-30 04:29:08 +0000 | |
---|---|---|
committer | 2001-01-30 04:29:08 +0000 | |
commit | a907de43c9b6dacf6f83d15def695baee9c9b969 (patch) | |
tree | e647ae4b5ee65f43f595071e4a9aa507e988cc16 | |
parent | reimplement whacked ipfstat changes (diff) | |
download | wireguard-openbsd-a907de43c9b6dacf6f83d15def695baee9c9b969.tar.xz wireguard-openbsd-a907de43c9b6dacf6f83d15def695baee9c9b969.zip |
ip_compat.h to ip_fil_compat.h
-rw-r--r-- | usr.sbin/ipfs/ipfs.8 | 3 | ||||
-rw-r--r-- | usr.sbin/ipfs/ipfs.c | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ipfs/ipfs.8 b/usr.sbin/ipfs/ipfs.8 index 85b093551d0..e321feed9d7 100644 --- a/usr.sbin/ipfs/ipfs.8 +++ b/usr.sbin/ipfs/ipfs.8 @@ -1,4 +1,5 @@ -.\" $OpenBSD: ipfs.8,v 1.2 2001/01/17 07:30:24 fgsch Exp $ +.\" $OpenBSD: ipfs.8,v 1.3 2001/01/30 04:29:08 kjell Exp $ +.\" .TH IPFS 8 .SH NAME ipfs \- saves and restores information for NAT and state tables. diff --git a/usr.sbin/ipfs/ipfs.c b/usr.sbin/ipfs/ipfs.c index 5db99abd94e..093ca5dad06 100644 --- a/usr.sbin/ipfs/ipfs.c +++ b/usr.sbin/ipfs/ipfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipfs.c,v 1.2 2001/01/17 07:26:58 fgsch Exp $ */ +/* $OpenBSD: ipfs.c,v 1.3 2001/01/30 04:29:08 kjell Exp $ */ /* * Copyright (C) 1999 by Darren Reed. @@ -36,7 +36,7 @@ #include <netdb.h> #include <arpa/nameser.h> #include <resolv.h> -#include <netinet/ip_compat.h> +#include <netinet/ip_fil_compat.h> #include <netinet/ip_fil.h> #include <netinet/ip_nat.h> #include <netinet/ip_state.h> |