Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/share/man/man9 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/c33caddac353
branches:  netbsd-3
changeset: 577700:c33caddac353
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jan 09 13:37:58 2006 +0000

description:
Pull up following revision(s) (requested by riz in ticket #1110):
        share/man/man9/pfil.9: revision 1.30 via patch
pfil_add_hook() and pfil_remove_hook() return int, not void.
>From Liam J. Foy.

diffstat:

 share/man/man9/pfil.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 28fbe602681e -r c33caddac353 share/man/man9/pfil.9
--- a/share/man/man9/pfil.9     Mon Jan 09 13:33:41 2006 +0000
+++ b/share/man/man9/pfil.9     Mon Jan 09 13:37:58 2006 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pfil.9,v 1.28 2004/07/27 14:24:18 wiz Exp $
+.\"    $NetBSD: pfil.9,v 1.28.2.1 2006/01/09 13:37:58 tron Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 27, 2004
+.Dd January 8, 2006
 .Dt PFIL 9
 .Os
 .Sh NAME
@@ -52,9 +52,9 @@
 .Fn pfil_head_get "int af" "u_long dlt"
 .Ft struct packet_filter_hook *
 .Fn pfil_hook_get "int dir" "struct pfil_head *head"
-.Ft void
+.Ft int
 .Fn pfil_add_hook "int (*func)()" "void *arg" "int flags" "struct pfil_head *"
-.Ft void
+.Ft int
 .Fn pfil_remove_hook "int (*func)()" "void *arg" "int flags" "struct pfil_head *"
 .Ft int
 .Fn (*func) "void *arg" "struct mbuf **mp" "struct ifnet *" "int dir"



Home | Main Index | Thread Index | Old Index