summaryrefslogtreecommitdiff
path: root/emulators/hercules/patches/patch-hostopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hercules/patches/patch-hostopts.h')
-rw-r--r--emulators/hercules/patches/patch-hostopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hercules/patches/patch-hostopts.h b/emulators/hercules/patches/patch-hostopts.h
index 9d4c04918e0..ae401580900 100644
--- a/emulators/hercules/patches/patch-hostopts.h
+++ b/emulators/hercules/patches/patch-hostopts.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-hostopts.h,v 1.1 2011/05/01 23:28:59 ryoon Exp $
+$NetBSD: patch-hostopts.h,v 1.2 2012/03/25 05:27:43 ryoon Exp $
--- hostopts.h.orig 2010-01-08 22:56:27.000000000 +0000
+++ hostopts.h
@@ -7,7 +7,7 @@ $NetBSD: patch-hostopts.h,v 1.1 2011/05/01 23:28:59 ryoon Exp $
/* Hard-coded FreeBSD-specific features and options... */
/*-------------------------------------------------------------------*/
-#elif defined(__FreeBSD__) /* "FreeBSD" options */
-+#elif defined(__FreeBSD__) || defined(__NetBSD__)/* "BSD" options */
++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)/* "BSD" options */
#define DLL_IMPORT extern
#define DLL_EXPORT