1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/cad/sis/files/patch-at
Ade Lovett 358b49a600 Support CC/CFLAGS/PREFIX/X11BASE/MAKE properly
Sort pkg/PLIST

PR:		20418
Submitted by:	Ports Fury
2000-09-16 18:40:55 +00:00

12 lines
400 B
Plaintext

--- 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;