2013-06-15 11:31:05 +02:00
|
|
|
$NetBSD: patch-ba,v 1.3 2013/06/15 09:31:05 jperkin Exp $
|
|
|
|
|
|
|
|
DragonFly support.
|
2009-10-18 12:21:01 +02:00
|
|
|
|
2013-06-02 08:12:28 +02:00
|
|
|
--- hotspot/src/share/vm/utilities/macros.hpp.orig 2012-08-10 16:28:55.000000000 +0000
|
2009-10-18 12:21:01 +02:00
|
|
|
+++ hotspot/src/share/vm/utilities/macros.hpp
|
2013-06-02 08:12:28 +02:00
|
|
|
@@ -161,7 +161,7 @@
|
2009-10-18 12:21:01 +02:00
|
|
|
#define NOT_WINDOWS(code) code
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
|
|
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__)
|
|
|
|
#define BSD_ONLY(code) code
|
|
|
|
#define NOT_BSD(code)
|
|
|
|
#else
|