Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f4246b06d84022f6db6a5e7c4fa38c0b > files > 4

expect-5.43.0-14mdv2009.0.src.rpm

--- tcltk-8.3.3/expect5.32/exp_command.c.fixit	Mon Jan  7 15:13:14 2002
+++ tcltk-8.3.3/expect5.32/exp_command.c	Mon Jan  7 15:13:52 2002
@@ -513,11 +513,7 @@
     syscall(SYS_setpgrp);
 #endif
 
-#ifdef SETPGRP_VOID
     (void) setpgrp();
-#else
-    (void) setpgrp(0,0);
-#endif
 }