summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ipfirewall.4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 19:47:43 +0000
committerbde <bde@FreeBSD.org>1997-03-19 19:47:43 +0000
commita78ab833295ca8c18ce65c05c7504fea984571fd (patch)
tree9774477250d210ce5530a463f392caa021d2a849 /share/man/man4/ipfirewall.4
parent0e6987f95b41e8595536e877ec50562cb3da1127 (diff)
downloadFreeBSD-src-a78ab833295ca8c18ce65c05c7504fea984571fd.zip
FreeBSD-src-a78ab833295ca8c18ce65c05c7504fea984571fd.tar.gz
Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
Reviewed by: wollman
Diffstat (limited to 'share/man/man4/ipfirewall.4')
-rw-r--r--share/man/man4/ipfirewall.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ipfirewall.4 b/share/man/man4/ipfirewall.4
index 1f3ff73..af601e9 100644
--- a/share/man/man4/ipfirewall.4
+++ b/share/man/man4/ipfirewall.4
@@ -1,5 +1,5 @@
.\"
-.\" $Id$
+.\" $Id: ipfirewall.4,v 1.8 1997/03/07 02:49:27 jmg Exp $
.\"
.Dd November 16, 1994
.Dt IPFIREWALL 4
@@ -11,6 +11,9 @@
.Nm ipacct
.Nd IP packet filter and traffic accounting.
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/queue.h>
+.Fd #include <netinet/in.h>
.Fd #include <netinet/ip_fw.h>
.Ft int
.Fn setsockopt raw_socket IPPROTO_IP "ipfw/ipacct option" "struct ip | struct ipfw" size
OpenPOWER on IntegriCloud