blob: 201501fa483a25d82091bbd014d531fc2d8e4c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ao,v 1.1 2005/10/10 21:36:56 joerg Exp $
--- scsilib/include/xmconfig.h.orig 2005-07-10 10:24:39.000000000 +0000
+++ scsilib/include/xmconfig.h
@@ -763,9 +763,9 @@ extern "C" {
#endif
/*
- * Prototype for FreeBSD / NetBSD / OpenBSD / BSD/OS
+ * Prototype for FreeBSD / NetBSD / OpenBSD / BSD/OS / DragonFly
*/
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__)
# define PROTOTYPES
# define HAVE_AOUT
# define HAVE_STDARG_H
|