summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ab
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-11-16 13:34:59 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-11-16 13:34:59 +0000
commit7880de87452a53a4bb74fad85bac2b322d13d1ad (patch)
treeec648e667efbbbd8a24c3bfaa3fe08516e6a7bee /net-mgmt/irrtoolset/files/patch-ab
parentUpdate to 0.196 (diff)
Upgrade and rename: net/ratoolset-3.5.8 to net/irrtoolset-4.7.2
PR: ports/42391 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=70239
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-ab')
-rw-r--r--net-mgmt/irrtoolset/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-ab b/net-mgmt/irrtoolset/files/patch-ab
deleted file mode 100644
index 6566ed2b1af4..000000000000
--- a/net-mgmt/irrtoolset/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/dbase/Route.hh.orig Sat Nov 27 18:08:21 1999
-+++ src/dbase/Route.hh Sat Nov 27 18:08:41 1999
-@@ -92,7 +92,7 @@
- clear();
- }
-
-- clear () {
-+ void clear () {
- pix = NULL;
- _dontcare = 0;
- }
-@@ -248,7 +248,7 @@
- pref = 0;
- }
-
-- set (Pix asn, int p) {
-+ void set (Pix asn, int p) {
- asno = asn;
- pref = p;
- }