14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
$NetBSD: patch-ac,v 1.1 2005/12/09 10:56:47 joerg Exp $
|
|
|
|
--- lrmi.h.orig 2005-12-09 10:49:30.000000000 +0000
|
|
+++ lrmi.h
|
|
@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
#ifndef LRMI_H
|
|
#define LRMI_H
|
|
|
|
-#if (defined(__linux__) || defined(__NetBSD__) || defined(__FreeBSD__)) && \
|
|
+#if (defined(__linux__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)) && \
|
|
defined(__i386__)
|
|
|
|
|