aboutsummaryrefslogtreecommitdiff
path: root/japanese/skkfep/files/patch-stty.c
blob: 0ff3f9ed2a0db475f1bc68071d631d440c67b216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;