freebsd-ports/editors/joe-devel/files/patch-tty.c
Pete Fritchman e1999fb7b6 - update to 2.9.8p1
- fix a bug with config file handling

Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru> (partially)
2001-12-24 02:09:54 +00:00

13 lines
211 B
C

--- tty.c.orig Fri Dec 7 19:19:54 2001
+++ tty.c Fri Dec 7 19:20:13 2001
@@ -1006,8 +1006,10 @@
#ifndef SETPGRP_VOID
setpgrp(0, 0);
+/*
#else
setpgrp();
+*/
#endif
for (x = 0; x != 32; ++x)