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-af | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-mgmt/irrtoolset/files/patch-af (limited to 'net-mgmt/irrtoolset/files/patch-af') diff --git a/net-mgmt/irrtoolset/files/patch-af b/net-mgmt/irrtoolset/files/patch-af new file mode 100644 index 000000000000..50022888976a --- /dev/null +++ b/net-mgmt/irrtoolset/files/patch-af @@ -0,0 +1,10 @@ +--- src/misc/net.cc.orig Sat Nov 27 18:20:31 1999 ++++ src/misc/net.cc Sat Nov 27 18:21:15 1999 +@@ -215,6 +215,7 @@ + init_server (p); + } + ++int + TCP::init_server (int p) { + setLocalPort (p); + bind(); -- cgit v1.2.3