summaryrefslogtreecommitdiff
path: root/cad/sis/files/patch-ba
blob: 614553268c9f846b1136c96f463859a6fb9167d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- utility/pipefork.c.orig	Sat Apr 23 11:05:01 1994
+++ utility/pipefork.c	Thu Aug  3 22:34:03 2000
@@ -37,7 +37,7 @@
     int forkpid, waitpid;
     int topipe[2], frompipe[2];
     char buffer[1024];
-#if defined(__hpux) || defined (__osf__)
+#if defined(__hpux) || defined (__osf__) || defined(__FreeBSD__)
     int status;
 #else
     union wait status;