summaryrefslogtreecommitdiff
path: root/net/irrtoolset/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /net/irrtoolset/files/patch-ab
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'net/irrtoolset/files/patch-ab')
-rw-r--r--net/irrtoolset/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/irrtoolset/files/patch-ab b/net/irrtoolset/files/patch-ab
deleted file mode 100644
index 6566ed2b1af4..000000000000
--- a/net/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;
- }