diff options
Diffstat (limited to 'chinese/gcin/files/patch-gcin-im-client.c')
| -rw-r--r-- | chinese/gcin/files/patch-gcin-im-client.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/chinese/gcin/files/patch-gcin-im-client.c b/chinese/gcin/files/patch-gcin-im-client.c index 55ce02b9fd48..d6a96ccd21cb 100644 --- a/chinese/gcin/files/patch-gcin-im-client.c +++ b/chinese/gcin/files/patch-gcin-im-client.c @@ -1,15 +1,11 @@ ---- im-client/gcin-im-client.c.orig Sat Feb 26 10:39:12 2005 -+++ im-client/gcin-im-client.c Tue Mar 15 00:15:47 2005 -@@ -68,11 +68,7 @@ - save_old_sigaction_single(SIGCHLD, &ori_act); - - if ((pid=fork())==0) { --#if FREEBSD -- setgrp(); --#else +--- im-client/gcin-im-client.c.orig Thu Apr 7 09:18:13 2005 ++++ im-client/gcin-im-client.c Thu Apr 7 09:18:27 2005 +@@ -71,7 +71,7 @@ + #if FREEBSD + setgrp(); + #else - setpgrp(); --#endif + setpgrp(0, 0); + #endif execl(execbin, "gcin", NULL); } else { - sleep(1); |
