aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/gcin/files/patch-gcin-im-client.c
blob: 55047683061dbf9a965680222633250bd4292fe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- im-client/gcin-im-client.c.orig Sat Feb 26 10:39:12 2005
+++ im-client/gcin-im-client.c  Wed Mar  2 02:54:55 2005
@@ -68,11 +68,7 @@
       save_old_sigaction_single(SIGCHLD, &ori_act);
 
       if ((pid=fork())==0) {
-#if    FREEBSD
         setgrp();
-#else
-        setpgrp();
-#endif
         execl(execbin, "gcin", NULL);
       } else {
         sleep(1);