diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-30 04:38:17 +0000 |
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-30 04:38:17 +0000 |
| commit | 2141c40294c61c9f1630e71051b45c59125aa725 (patch) | |
| tree | e1b28f532d36b6bb664666cac774610d65bd0e9d /net/Sockets-devel/files | |
| parent | Drop maintainership. (diff) | |
Fix build with GCC 4.2
Diffstat (limited to 'net/Sockets-devel/files')
| -rw-r--r-- | net/Sockets-devel/files/extra-patch-SocketHandler.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/Sockets-devel/files/extra-patch-SocketHandler.h b/net/Sockets-devel/files/extra-patch-SocketHandler.h new file mode 100644 index 000000000000..f1e501090d69 --- /dev/null +++ b/net/Sockets-devel/files/extra-patch-SocketHandler.h @@ -0,0 +1,10 @@ +--- SocketHandler.h.orig 2008-11-30 02:37:01.000000000 -0200 ++++ SocketHandler.h 2008-11-30 02:37:09.000000000 -0200 +@@ -49,6 +49,7 @@ + \ingroup basic */ + class SocketHandler + { ++protected: + /** Map type for holding file descriptors/socket object pointers. */ + typedef std::map<SOCKET,Socket *> socket_m; + |
