diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-08-18 20:35:21 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-08-18 20:35:21 +0000 |
commit | da23aba62403c19c113d8033486e9c9f520d47ee (patch) | |
tree | f455e789851218ad72ec9f7c412d8609d1f0a92a /net/Sockets/files/patch-Sockets-config.cpp | |
parent | - Fix build on CURRENT (diff) |
Update to 2.3.9.9.
PR: ports/180168
Submitted by: Andrea Venturoli <ml@netfence.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=324934
Diffstat (limited to '')
-rw-r--r-- | net/Sockets/files/patch-Sockets-config.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Sockets/files/patch-Sockets-config.cpp b/net/Sockets/files/patch-Sockets-config.cpp index af2bb190ea12..9208ed5e454a 100644 --- a/net/Sockets/files/patch-Sockets-config.cpp +++ b/net/Sockets/files/patch-Sockets-config.cpp @@ -1,11 +1,12 @@ --- Sockets-config.cpp.orig 2012-12-29 14:24:51.000000000 +0100 +++ Sockets-config.cpp 2012-12-29 14:25:16.000000000 +0100 -@@ -29,7 +29,7 @@ +@@ -29,8 +29,8 @@ // ------------------------------------------------------------------ static bool any_set = false; -static std::map<std::string, std::string> mmap; +static std::map<std::string, std::string> sockets_mmap; + static bool quiet = false; // ------------------------------------------------------------------ void show_info() |