diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-24 09:26:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-24 09:26:40 +0000 |
commit | 552c46f80551891260b93f355094652a4ac433b1 (patch) | |
tree | aafb08813b09a1b298145613a83fcbf092515a85 /net-im/gaim-ignorance/files | |
parent | ea9c48b7a59c0e09ed9df194c6e835e356e3e141 (diff) |
Notes
Diffstat (limited to 'net-im/gaim-ignorance/files')
-rw-r--r-- | net-im/gaim-ignorance/files/patch-ignorance.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/gaim-ignorance/files/patch-ignorance.c b/net-im/gaim-ignorance/files/patch-ignorance.c new file mode 100644 index 000000000000..67e78267fde6 --- /dev/null +++ b/net-im/gaim-ignorance/files/patch-ignorance.c @@ -0,0 +1,14 @@ +--- ignorance.c.orig Fri Oct 21 03:07:36 2005 ++++ ignorance.c Mon Oct 24 11:16:17 2005 +@@ -1637,9 +1637,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,EXEC_TIMEOUT,inp); |