summaryrefslogtreecommitdiff
path: root/devel/libvolume_id/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libvolume_id/patches/patch-aa')
-rw-r--r--devel/libvolume_id/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libvolume_id/patches/patch-aa b/devel/libvolume_id/patches/patch-aa
new file mode 100644
index 00000000000..f3aee5dd801
--- /dev/null
+++ b/devel/libvolume_id/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/11/22 13:48:23 jmcneill Exp $
+
+--- ddf_raid.c.orig 2008-11-22 08:33:28.000000000 -0500
++++ ddf_raid.c
+@@ -22,7 +22,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <ctype.h>
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ #include <sys/endian.h>
+ #else
+ #include <byteswap.h>