f2cc6c9271
of tweaks from naddy@ and myself. full bulk build done by naddy@ and jasper@ ok naddy@
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
$OpenBSD: patch-src_jsosdep_h,v 1.3 2009/05/05 21:01:55 martynas Exp $
|
|
--- src/jsosdep.h.orig Fri Jul 7 05:12:02 2006
|
|
+++ src/jsosdep.h Sun May 3 23:07:02 2009
|
|
@@ -89,7 +89,7 @@
|
|
#elif defined(SOLARIS)
|
|
#define JS_HAVE_LONG_LONG
|
|
|
|
-#elif defined(FREEBSD)
|
|
+#elif defined(FREEBSD) || defined(__OpenBSD__)
|
|
#define JS_HAVE_LONG_LONG
|
|
|
|
#elif defined(SUNOS4)
|