freebsd-ports/sysutils/hammerhead/files/patch-src_connection.h
Martin Wilke 15e25baec9 - Fix build with gcc 4.2
- Use SF macro

PR:		117865
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
Approved by:	portmgr (erwin)
2007-11-11 14:44:05 +00:00

11 lines
274 B
C++

--- src/connection.h.orig 2007-11-08 07:30:05.000000000 +0000
+++ src/connection.h 2007-11-08 07:30:21.000000000 +0000
@@ -25,7 +25,7 @@
String *name;
Session *sess;
- int Connection::fdConnect(void);
+ int fdConnect(void);
public:
virtual int connect(void) = 0;