freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

12 lines
381 B
C

--- ./lib/libxview/misc/expandname.c.orig Tue Jun 29 07:16:30 1993
+++ ./lib/libxview/misc/expandname.c Sat Apr 1 18:25:25 2000
@@ -120,7 +120,9 @@ xv_expand_name(name)
}
(void) close(pivec[0]);
#ifndef SVR4
+#if !(defined(BSD) && (BSD >= 199103))
while (wait((union wait *) & status) != pid);
+#endif
#else SVR4
while (wait( & status) != pid);
#endif SVR4