aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim-bangexec/files/patch-bangexec.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-im/gaim-bangexec/files/patch-bangexec.c
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
Notes
Diffstat (limited to 'net-im/gaim-bangexec/files/patch-bangexec.c')
-rw-r--r--net-im/gaim-bangexec/files/patch-bangexec.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-im/gaim-bangexec/files/patch-bangexec.c b/net-im/gaim-bangexec/files/patch-bangexec.c
deleted file mode 100644
index 298b5d5b233d..000000000000
--- a/net-im/gaim-bangexec/files/patch-bangexec.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- bangexec.c.orig Sun Jul 10 13:08:21 2005
-+++ bangexec.c Sun Jul 10 13:08:37 2005
-@@ -297,9 +297,10 @@
- return -1;
- }else if (pid){ //Parent
- int rv;
-+ int flags;
-
- close (p[1]);
-- int flags = fcntl (p[0], F_GETFL, 0);
-+ flags = fcntl (p[0], F_GETFL, 0);
- fcntl (p[0], F_SETFL, flags | O_NONBLOCK);
-
- rv=read_nonblock(p[0],maxlen-chrs,strtoul(BANGEXEC_TIMEOUT,NULL,10),inp);