diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-13 00:01:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-13 00:01:59 +0000 |
commit | 9102f43e4862f7549a2785fc65d7b68bbc071c0e (patch) | |
tree | 18637cfce4d8780d30ab06f63a49b024057e660e /net/gabber/files/patch-an | |
parent | Add port of hackedbox, a window manager based on blackbox but with (diff) |
Update to 0.8.7.
PR: 38003
Submitted by: Erich Zigler <erich@tacni.net>
Notes
Notes:
svn path=/head/; revision=58980
Diffstat (limited to 'net/gabber/files/patch-an')
-rw-r--r-- | net/gabber/files/patch-an | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/gabber/files/patch-an b/net/gabber/files/patch-an index 33ceba08d1e4..6af14251b462 100644 --- a/net/gabber/files/patch-an +++ b/net/gabber/files/patch-an @@ -1,11 +1,11 @@ ---- src/TCPTransmitter.cc.orig Thu Jan 18 15:08:39 2001 -+++ src/TCPTransmitter.cc Thu Jan 18 15:09:13 2001 -@@ -33,6 +33,8 @@ - #include <string.h> - #include <sys/wait.h> +--- src/TCPTransmitter.cc.orig Sun May 12 16:02:43 2002 ++++ src/TCPTransmitter.cc Sun May 12 16:03:01 2002 +@@ -48,6 +48,8 @@ + #include <fcntl.h> + #include <glib.h> +#define TRANSMITTER_DEBUG + using namespace std; - + #ifdef HAVE_GETHOSTBYNAME_R_GLIB_MUTEX |