Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/net pullup 1.7->1.8 (mrg)



details:   https://anonhg.NetBSD.org/src/rev/4f9e82a78b2e
branches:  netbsd-1-4
changeset: 468958:4f9e82a78b2e
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Jun 24 16:10:08 1999 +0000

description:
pullup 1.7->1.8 (mrg)

diffstat:

 sys/net/pfil.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 8f2d2f1cbe9a -r 4f9e82a78b2e sys/net/pfil.c
--- a/sys/net/pfil.c    Thu Jun 24 16:09:05 1999 +0000
+++ b/sys/net/pfil.c    Thu Jun 24 16:10:08 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pfil.c,v 1.7 1998/03/19 15:45:30 mrg Exp $     */
+/*     $NetBSD: pfil.c,v 1.7.8.1 1999/06/24 16:10:08 perry Exp $       */
 
 /*
  * Copyright (c) 1996 Matthew R. Green
@@ -79,9 +79,9 @@
                pfil_init();
 
        if (flags & PFIL_IN)
-               pfil_list_add(&pfil_in_list, func, flags);
+               pfil_list_add(&pfil_in_list, func, PFIL_IN);
        if (flags & PFIL_OUT)
-               pfil_list_add(&pfil_out_list, func, flags);
+               pfil_list_add(&pfil_out_list, func, PFIL_OUT);
 }
 
 static void



Home | Main Index | Thread Index | Old Index