1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/Sockets/files/patch-HttpRequest.cpp
TAKATSU Tomonari 09a043183d - Update to 2.3.9.7
- Trim Makefile header

PR:		ports/174808 (based on)
Submitted by:	Andrea Venturoli <ml@netfence.it> (maintainer)
2012-12-30 13:21:06 +00:00

12 lines
258 B
C++

--- HttpRequest.cpp.orig 2011-07-17 10:06:09.000000000 +0200
+++ HttpRequest.cpp 2012-12-29 14:17:14.000000000 +0100
@@ -44,6 +44,8 @@
namespace SOCKETS_NAMESPACE {
#endif
+extern char**environ;
+
#ifdef _DEBUG
#define DEB(x) x; fflush(stderr);
#else