From f338314e2ee4b4202ed368c9448732f5061978ef Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Nov 1999 18:15:18 +0000 Subject: Cope with ANSI C++'isms when gcc 2.95 is the system compiler. --- net-mgmt/irrtoolset/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/irrtoolset/files/patch-ad (limited to 'net-mgmt/irrtoolset/files/patch-ad') 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(); -- cgit v1.2.3