summaryrefslogtreecommitdiff
path: root/net/ratoolset/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:52:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:52:22 +0000
commit8fb1a5c1171fa4de3279ee252ac812c5c4492812 (patch)
treed70bc84dbdb42a6a70209d8c58122fa91b146dac /net/ratoolset/files/patch-ab
parentUpdate to use Tcl/Tk version 8.2. Commented out the STEPIFY stuff for (diff)
Update to version 4.5.0.
Requested by: rgrimes Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23734
Diffstat (limited to 'net/ratoolset/files/patch-ab')
-rw-r--r--net/ratoolset/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/ratoolset/files/patch-ab b/net/ratoolset/files/patch-ab
deleted file mode 100644
index 6566ed2b1af4..000000000000
--- a/net/ratoolset/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;
- }