summaryrefslogtreecommitdiff
path: root/net/irrtoolset/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 21:22:32 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 21:22:32 +0000
commit1e31fd959cf7ffd1c9afcdd56b52bd6000245631 (patch)
tree511bd1bcf822dde42c8800e9a81fd54e351fd6f6 /net/irrtoolset/files/patch-ab
parentFix BUILD_DEPENDS (diff)
Revert back to 3.5.8.
Notes
Notes: svn path=/head/; revision=23768
Diffstat (limited to '')
-rw-r--r--net/irrtoolset/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/irrtoolset/files/patch-ab b/net/irrtoolset/files/patch-ab
new file mode 100644
index 000000000000..6566ed2b1af4
--- /dev/null
+++ b/net/irrtoolset/files/patch-ab
@@ -0,0 +1,20 @@
+--- 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;
+ }