summaryrefslogtreecommitdiff
path: root/cad/sis/files/patch-at
blob: c1b0361541c05efb3f3321c5e68f218d443e3123 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sis/util/pipefork.c.orig	Fri Sep 10 02:24:32 1993
+++ sis/util/pipefork.c	Thu Aug  3 22:34:02 2000
@@ -38,7 +38,7 @@
     int forkpid, waitpid;
     int topipe[2], frompipe[2];
     char buffer[1024];
-#if (defined hpux) || (defined __osf__) || (defined _IBMR2)
+#if (defined hpux) || (defined __osf__) || (defined _IBMR2) || (defined __FreeBSD__)
     int status;
 #else
     union wait status;