diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-08-21 11:19:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-08-21 11:19:17 +0000 |
commit | 9e444fc268bea56922f02ac82a2267b46a9dc360 (patch) | |
tree | c789cbfcc99cafb899b58e59931f6bdad26336c6 /net-p2p/xmule/files/patch-src::gsocket.c | |
parent | Um, my bad. Hook up the pkg-message so that it gets displayed when (diff) |
o Update to 1.4.3
o Unmark FORBIDDEN
PR: 55471
Submitted by: Morten Rodal <morten@rodal.no>
Notes
Notes:
svn path=/head/; revision=87441
Diffstat (limited to 'net-p2p/xmule/files/patch-src::gsocket.c')
-rw-r--r-- | net-p2p/xmule/files/patch-src::gsocket.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-p2p/xmule/files/patch-src::gsocket.c b/net-p2p/xmule/files/patch-src::gsocket.c deleted file mode 100644 index 06f7483b3a82..000000000000 --- a/net-p2p/xmule/files/patch-src::gsocket.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gsocket.c.orig Tue May 27 14:11:08 2003 -+++ src/gsocket.c Tue May 27 14:11:58 2003 -@@ -127,6 +127,11 @@ - # define GSocket_Debug(args) - #endif /* __GSOCKET_DEBUG__ */ - -+/* Added by Un-Thesis 2003-05-15 */ -+/* Allows socket reuse */ -+/* Code contributed by McCabe and arkanes */ -+int intYes = 1; -+ - /* Global initialisers */ - - int GSocket_Init(void) -@@ -400,7 +405,6 @@ - /* Added by Un-Thesis 2003-05-15 */ - /* Allows socket reuse */ - /* Code contributed by McCabe and arkanes */ --int intYes = 1; - if(setsockopt(sck->m_fd, SOL_SOCKET, SO_REUSEADDR, &intYes, sizeof(int))) { - return GSOCK_IOERR; - } |