summaryrefslogtreecommitdiff
path: root/security/fragroute
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-07 10:52:08 +0000
committercube <cube@pkgsrc.org>2004-02-07 10:52:08 +0000
commite67cfd2737bdc44e0382ca19309d6dd2e12f0fba (patch)
tree11d6bb29c3257a94fcce88fbf0049574bc4d4191 /security/fragroute
parent6ed486373b41fce4d6cb09ca28a8fcee1b994823 (diff)
downloadpkgsrc-e67cfd2737bdc44e0382ca19309d6dd2e12f0fba.tar.gz
Remove forgotten patch from last commit (what it did is now in patch-ac).
Pointed out by wiz@.
Diffstat (limited to 'security/fragroute')
-rw-r--r--security/fragroute/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/fragroute/patches/patch-ab b/security/fragroute/patches/patch-ab
deleted file mode 100644
index a5884c21cc0..00000000000
--- a/security/fragroute/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/08 17:55:15 agc Exp $
-
---- pkt.h 2004/01/08 17:49:28 1.1
-+++ pkt.h 2004/01/08 17:50:01
-@@ -68,4 +68,8 @@
- void pktq_shuffle(rand_t *r, struct pktq *pktq);
- struct pkt *pktq_random(rand_t *r, struct pktq *pktq);
-
-+#ifndef TAILQ_END
-+#define TAILQ_END(head) NULL
-+#endif
-+
- #endif /* PKT_H */