diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-11 16:57:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-11 16:57:15 +0000 |
commit | 316e0870f7f385c7e9dfa648d3f9d55ab6a1811b (patch) | |
tree | fcf2e701eb8ad9e5c919620505a8aa37857b4211 | |
parent | 043efe15f8613bd1f7a1bd4b6facd19b370ba699 (diff) |
<netinets/ip_proxy.h> -> <netinet/ip_proxy.h>; ryker@ugrad.cs.ualberta.ca
-rw-r--r-- | sbin/ipnat/ipnat.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipnat/ipnat.4 b/sbin/ipnat/ipnat.4 index 517ddf5758c..246c8f23fcb 100644 --- a/sbin/ipnat/ipnat.4 +++ b/sbin/ipnat/ipnat.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipnat.4,v 1.9 1998/09/26 06:53:05 deraadt Exp $ +.\" $OpenBSD: ipnat.4,v 1.10 1999/06/11 16:57:14 aaron Exp $ .TH IPNAT 4 .SH NAME ipnat \- Network Address Translation kernel interface @@ -6,7 +6,7 @@ ipnat \- Network Address Translation kernel interface .nf #include <netinet/ip_fil_compat.h> #include <netinet/ip_fil.h> -#include <netinets/ip_proxy.h> +#include <netinet/ip_proxy.h> #include <netinet/ip_nat.h> .fi .SH IOCTLS |