Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 fix includes: out goes netinet/ip.h, in comin...
details: https://anonhg.NetBSD.org/src/rev/9054ac109891
branches: trunk
changeset: 473758:9054ac109891
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Jun 18 06:03:39 1999 +0000
description:
fix includes: out goes netinet/ip.h, in comings sys/mbuf, net/if.h and net/pfil.h.
partly from mike%pelley.com@localhost in PR#7803.
diffstat:
share/man/man9/pfil.9 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 93b4508bd071 -r 9054ac109891 share/man/man9/pfil.9
--- a/share/man/man9/pfil.9 Fri Jun 18 05:59:20 1999 +0000
+++ b/share/man/man9/pfil.9 Fri Jun 18 06:03:39 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pfil.9,v 1.11 1999/03/16 00:40:47 garbled Exp $
+.\" $NetBSD: pfil.9,v 1.12 1999/06/18 06:03:39 mrg Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -37,7 +37,9 @@
.Nd packet filter interface
.Sh SYNOPSIS
.Fd #include <sys/param.h>
-.Fd #include <netinet/ip.h>
+.Fd #include <sys/mbuf.h>
+.Fd #include <net/if.h>
+.Fd #include <net/pfil.h>
.Ft struct packet_filter_hook *
.Fn pfil_hook_get int
.Ft void
Home |
Main Index |
Thread Index |
Old Index