blob: 173d2712a74d2da296952d302bf2b3621cdefcff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- sj3h/sj.h.orig 2013-05-04 16:36:40.000000000 +0900
+++ sj3h/sj.h 2013-05-04 16:37:11.000000000 +0900
@@ -62,7 +62,11 @@
#include <sac.h>
#include <utmpx.h>
#else
+#if __FreeBSD_version <= 900006
#include <utmp.h>
+#else
+#include <utmpx.h>
+#endif
#endif
#if defined(__sony_news) && defined(SVR4)
#include <jctype.h>
|