From 9c2af8b4c4e682f46f18a611e36640bc88f63a10 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Oct 2002 01:35:24 +0000 Subject: Fix build on -current (cope with removal of union wait, and remove bogus duplicate declarations of things in system headers) Submitted by: mike --- korean/hanterm/files/patch-main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 korean/hanterm/files/patch-main.c (limited to 'korean/hanterm/files/patch-main.c') diff --git a/korean/hanterm/files/patch-main.c b/korean/hanterm/files/patch-main.c new file mode 100644 index 000000000000..ced16173058e --- /dev/null +++ b/korean/hanterm/files/patch-main.c @@ -0,0 +1,12 @@ +--- main.c.orig Fri Oct 25 12:00:42 2002 ++++ main.c Fri Oct 25 12:01:43 2002 +@@ -224,6 +224,9 @@ + #ifndef linux + #include + #endif ++#ifdef __FreeBSD__ ++#define USE_POSIX_WAIT ++#endif + #include + #define HAS_UTMP_UT_HOST + #define HAS_BSD_GROUPS -- cgit v1.2.3