bbff923854
PR: ports/58176 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
12 lines
381 B
C
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
|