summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ad
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-mgmt/irrtoolset/files/patch-ad
parentFix BUILD_DEPENDS (diff)
Revert back to 3.5.8.
Notes
Notes: svn path=/head/; revision=23768
Diffstat (limited to '')
-rw-r--r--net-mgmt/irrtoolset/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-ad b/net-mgmt/irrtoolset/files/patch-ad
new file mode 100644
index 000000000000..d0560a973b2a
--- /dev/null
+++ b/net-mgmt/irrtoolset/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/misc/Error.hh.orig Sat Nov 27 18:17:24 1999
++++ src/misc/Error.hh Sat Nov 27 18:17:31 1999
+@@ -378,7 +378,7 @@
+ reset();
+ }
+
+- reset() {
++ void reset() {
+ errno = 0;
+ level_ = ErrorNone;
+ messages_.clear();