summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
blob: 8a2e8bf513240bb0c299278ac6c104352ea943b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./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