diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-09 15:13:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-09 15:13:20 +0000 |
commit | ee4ec90809cef2f6bf819e52903e3f800d79472d (patch) | |
tree | 6e8d58c70ab2cdfd3d5feeb3d52051a65ab944d1 /devel/log4cplus/files/patch-src-socketbuffer.cxx | |
parent | Insert space in include statement (diff) |
Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.
PR: ports/74642
Submitted by: Petri Totterman <petri.totterman@hmv.fi>
Notes
Notes:
svn path=/head/; revision=123567
Diffstat (limited to 'devel/log4cplus/files/patch-src-socketbuffer.cxx')
-rw-r--r-- | devel/log4cplus/files/patch-src-socketbuffer.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/log4cplus/files/patch-src-socketbuffer.cxx b/devel/log4cplus/files/patch-src-socketbuffer.cxx new file mode 100644 index 000000000000..bf30895eb7d4 --- /dev/null +++ b/devel/log4cplus/files/patch-src-socketbuffer.cxx @@ -0,0 +1,10 @@ +--- src/socketbuffer.cxx.orig Fri Nov 21 22:23:29 2003 ++++ src/socketbuffer.cxx Thu Dec 9 15:49:28 2004 +@@ -29,6 +29,7 @@ + + #include <log4cplus/helpers/socketbuffer.h> + #include <log4cplus/helpers/loglog.h> ++#include <arpa/inet.h> + + #if !defined(_WIN32) + # include <netdb.h> |