From 4967cd84c9cb1176933630b05c6997d1e810e048 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 26 Jul 2004 00:32:11 +0000 Subject: [PATCH] Minor comment update. Noticed-by: Simon 'corecode' Schubert --- sys/net/bridge/bridge.c | 4 ++-- sys/net/oldbridge/bridge.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/net/bridge/bridge.c b/sys/net/bridge/bridge.c index ed3b671e15..da932911cf 100644 --- a/sys/net/bridge/bridge.c +++ b/sys/net/bridge/bridge.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/net/bridge.c,v 1.16.2.25 2003/01/23 21:06:44 sam Exp $ - * $DragonFly: src/sys/net/bridge/Attic/bridge.c,v 1.9 2004/07/26 00:20:59 geekgod Exp $ + * $DragonFly: src/sys/net/bridge/Attic/bridge.c,v 1.10 2004/07/26 00:32:11 geekgod Exp $ */ /* @@ -201,7 +201,7 @@ static struct cluster_softc *clusters; static int bdginit(void); static void parse_bdg_cfg(void); -static int bdg_pfil; /* IPFilter enabled in bridge */ +static int bdg_pfil; /* PFIL hooks enabled in bridge */ static int bdg_ipfw; #if 0 /* debugging only */ diff --git a/sys/net/oldbridge/bridge.c b/sys/net/oldbridge/bridge.c index 2907129e18..0996cbe5de 100644 --- a/sys/net/oldbridge/bridge.c +++ b/sys/net/oldbridge/bridge.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/net/bridge.c,v 1.16.2.25 2003/01/23 21:06:44 sam Exp $ - * $DragonFly: src/sys/net/oldbridge/Attic/bridge.c,v 1.9 2004/07/26 00:20:59 geekgod Exp $ + * $DragonFly: src/sys/net/oldbridge/Attic/bridge.c,v 1.10 2004/07/26 00:32:11 geekgod Exp $ */ /* @@ -201,7 +201,7 @@ static struct cluster_softc *clusters; static int bdginit(void); static void parse_bdg_cfg(void); -static int bdg_pfil; /* IPFilter enabled in bridge */ +static int bdg_pfil; /* PFIL hooks enabled in bridge */ static int bdg_ipfw; #if 0 /* debugging only */ -- 2.41.0