aboutsummaryrefslogtreecommitdiffstats
path: root/net/flow-extract/files/patch-proto
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2004-02-23 12:42:13 +0800
committerwollman <wollman@FreeBSD.org>2004-02-23 12:42:13 +0800
commitb1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5 (patch)
tree2dc9acb632ecc46bca726cc393a4e61d09bdb699 /net/flow-extract/files/patch-proto
parentb4d7849f0df91e8dd12f3ba8bbe9df8021bb7ef2 (diff)
downloadfreebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.gz
freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.zst
freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.zip
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Diffstat (limited to 'net/flow-extract/files/patch-proto')
-rw-r--r--net/flow-extract/files/patch-proto12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/flow-extract/files/patch-proto b/net/flow-extract/files/patch-proto
deleted file mode 100644
index 58af65f5d633..000000000000
--- a/net/flow-extract/files/patch-proto
+++ /dev/null
@@ -1,12 +0,0 @@
---- hosts.c.orig Fri Mar 14 13:06:31 2003
-+++ hosts.c Fri Mar 14 13:06:13 2003
-@@ -24,7 +24,8 @@
- static int hnc_init = 0;
- static unsigned long hit = 0, miss = 0, coll = 0;
-
--sigusr1()
-+void
-+sigusr1(int ignore)
- {
- printf("Hit/Miss: %lu/%lu, Collisions: %lu\n",
- hit, miss,coll);