aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim-bangexec/files/patch-bangexec.c
diff options
context:
space:
mode:
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);