summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:15:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:15:18 +0000
commitf338314e2ee4b4202ed368c9448732f5061978ef (patch)
tree0ff622e77d3e2c75af2b265aa4fd82f9a5b88a03 /net-mgmt/irrtoolset/files/patch-ad
parentUpdate to Tcl/Tk version 8.2. (diff)
Cope with ANSI C++'isms when gcc 2.95 is the system compiler.
Notes
Notes: svn path=/head/; revision=23471
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-ad')
-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();