16 lines
611 B
Text
16 lines
611 B
Text
$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
|