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/ratoolset/files/patch-ai | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/ratoolset/files/patch-ai (limited to 'net/ratoolset/files/patch-ai') diff --git a/net/ratoolset/files/patch-ai b/net/ratoolset/files/patch-ai new file mode 100644 index 000000000000..18de9569197e --- /dev/null +++ b/net/ratoolset/files/patch-ai @@ -0,0 +1,11 @@ +--- src/roe/roe_config.hh.orig Sat Nov 27 18:35:37 1999 ++++ src/roe/roe_config.hh Sat Nov 27 18:36:14 1999 +@@ -42,7 +42,7 @@ + + class Configure { + public: +- const int size = 12; ++ static const int size = 12; + + class DBUpdate { + public: -- cgit v1.2.3