freebsd-ports/japanese/skkfep/files/patch-stty.c
Akinori MUSHA 54b0e6f50c Fix build on 5.x.
PR:		ports/58222
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-10-25 10:26:34 +00:00

11 lines
268 B
C

--- stty.c.orig Wed Sep 23 01:22:53 1998
+++ stty.c Sat Oct 11 22:25:59 2003
@@ -309,7 +309,7 @@
chld_changed()
{
int cpid;
-#if defined(_AIX) || defined(SVR4)
+#if defined(_AIX) || defined(SVR4) || defined(__FreeBSD__)
int statusp;
#else
union wait statusp;