From 8cebb8c7f21209c0e83ffdc38ff48c5b49722d0d Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 20 Mar 2004 06:52:41 +0000 Subject: - Move arpwatch-devel to new category - net-mgmt PR: ports/64483 Submitted by: Matthew George --- net/arpwatch-devel/files/patch-al | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 net/arpwatch-devel/files/patch-al (limited to 'net/arpwatch-devel/files/patch-al') diff --git a/net/arpwatch-devel/files/patch-al b/net/arpwatch-devel/files/patch-al deleted file mode 100644 index 235268f2c056..000000000000 --- a/net/arpwatch-devel/files/patch-al +++ /dev/null @@ -1,26 +0,0 @@ ---- ../arpwatch.orig/file.c Fri Oct 13 18:29:43 2000 -+++ ./file.c Fri Sep 12 17:01:42 2003 -@@ -20,7 +20,7 @@ - */ - #ifndef lint - static const char rcsid[] = -- "@(#) $Id: file.c,v 1.25 2000/10/13 22:29:42 leres Exp $ (LBL)"; -+ "@(#) $Id: file.c,v 1.2 2003/09/12 21:01:42 mdg Exp $ (LBL)"; - #endif - - /* -@@ -130,7 +130,13 @@ - } - } - -- if (!(*fn)(a, e, t, h)) -+ /* NULL for the interface here is ok because we don't do -+ * anything in ent_add() for einfo when initializing, -+ * and the only time this code section is reached is -+ * during initialization (via readdata()). snmp_add() -+ * is irrelevant, as no ether tracking has been added to it. -+ */ -+ if (!(*fn)(a, e, t, h, NULL)) - return(0); - } - -- cgit v1.2.3