aboutsummaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-be
blob: f817d5f16cd4ce6918179e5769e224ab4543011e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./src/lib/Unidraw/catcmds.c.orig	Tue Jul  8 23:30:56 2003
+++ ./src/lib/Unidraw/catcmds.c	Wed Jul  9 00:04:05 2003
@@ -42,7 +42,12 @@
 #include <InterViews/window.h>
 #include <OS/string.h>
 
+#if __FreeBSD__ >= 2
+#include <osreldate.h>
+#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000)
 #include <osfcn.h>
+#endif
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <stream.h>