summaryrefslogtreecommitdiff
path: root/net/trafcount/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafcount/files')
-rw-r--r--net/trafcount/files/patch-client-Makefile11
-rw-r--r--net/trafcount/files/patch-module-Makefile8
-rw-r--r--net/trafcount/files/patch-module-trafcount.c20
3 files changed, 0 insertions, 39 deletions
diff --git a/net/trafcount/files/patch-client-Makefile b/net/trafcount/files/patch-client-Makefile
deleted file mode 100644
index cedb05588dfe..000000000000
--- a/net/trafcount/files/patch-client-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/Makefile.orig Fri Jun 1 11:58:57 2001
-+++ client/Makefile Sun Jun 17 18:29:15 2001
-@@ -1,6 +1,8 @@
- PROG = trafcount
- SRCS = trafcount.c ../include/trafcount.h
- BINDIR ?= /usr/local/bin
-+MANDIR = /usr/local/man/man
- CFLAGS += -Wall
-+NOMANCOMPRESS = yes
-
- .include <bsd.prog.mk>
diff --git a/net/trafcount/files/patch-module-Makefile b/net/trafcount/files/patch-module-Makefile
deleted file mode 100644
index 3f56bbea4252..000000000000
--- a/net/trafcount/files/patch-module-Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- module/Makefile.orig Fri Jun 1 11:20:26 2001
-+++ module/Makefile Sun Jun 17 18:15:28 2001
-@@ -1,4 +1,5 @@
- KMOD = trafcount
- SRCS = trafcount.c ../include/trafcount.h
-+KMODDIR = /usr/local/libexec
-
- .include <bsd.kmod.mk>
diff --git a/net/trafcount/files/patch-module-trafcount.c b/net/trafcount/files/patch-module-trafcount.c
deleted file mode 100644
index fbaea991023a..000000000000
--- a/net/trafcount/files/patch-module-trafcount.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- module/trafcount.c.orig Mon Dec 24 15:34:22 2001
-+++ module/trafcount.c Mon Dec 24 15:34:55 2001
-@@ -37,7 +37,7 @@
- static ip_fw_chk_t *trafcount_old_chk_ptr;
- static int trafcount_ip_fw_chk __P((struct ip **pip, int hlen,
- struct ifnet *oif, u_int16_t *cookie, struct mbuf **m,
-- struct ip_fw_chain **flow_id,
-+ struct ip_fw **flow_id,
- struct sockaddr_in **next_hop));
-
- LIST_HEAD(rulechain_head, rulechain) trafcount_rulechain; /* defines the rule list */
-@@ -86,7 +86,7 @@
- static int
- trafcount_ip_fw_chk(struct ip **pip, int hlen,
- struct ifnet *oif, u_int16_t *cookie, struct mbuf **m,
-- struct ip_fw_chain **flow_id,
-+ struct ip_fw **flow_id,
- struct sockaddr_in **next_hop)
- {
- struct ip *ip = *pip;