mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
14 lines
266 B
C
14 lines
266 B
C
--- joe/tty.c Fri Mar 18 10:40:11 2005
|
|
+++ joe/tty.c Fri May 6 16:58:38 2005
|
|
@@ -1074,8 +1074,10 @@
|
|
setsid(); /* I think you do setprgp(0,0) on systems with no setsid() */
|
|
#ifndef SETPGRP_VOID
|
|
setpgrp(0, 0);
|
|
+/*
|
|
#else
|
|
setpgrp();
|
|
+*/
|
|
#endif
|
|
|
|
#endif
|