diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-06-01 08:43:17 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-06-01 08:43:17 +0000 |
commit | 3e1127ca9e48f790aa5c2f70cf1661941036d1dc (patch) | |
tree | de8cca3c6af9da833e061a4ade33191916264533 /devel/ucommon/files/patch-commoncpp_socket.cpp | |
parent | - Update to 0.4 (diff) |
- Update to 5.0.1
Notes
Notes:
svn path=/head/; revision=274917
Diffstat (limited to 'devel/ucommon/files/patch-commoncpp_socket.cpp')
-rw-r--r-- | devel/ucommon/files/patch-commoncpp_socket.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ucommon/files/patch-commoncpp_socket.cpp b/devel/ucommon/files/patch-commoncpp_socket.cpp new file mode 100644 index 000000000000..f1fe0e2bd04c --- /dev/null +++ b/devel/ucommon/files/patch-commoncpp_socket.cpp @@ -0,0 +1,11 @@ +--- commoncpp/socket.cpp.orig 2011-06-01 09:52:54.000000000 +0000 ++++ commoncpp/socket.cpp 2011-06-01 09:52:10.000000000 +0000 +@@ -108,7 +108,7 @@ + } + # define DUP_SOCK(s,state) dupSocket(s,state) + #else +-socket_t Socket::dupSocket(socket_t so, enum Socket::State state) ++socket_t Socket::dupSocket(socket_t so, Socket::State state) + { + return dup(so); + } |