diff options
-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> |