summaryrefslogtreecommitdiff
path: root/devel/libvolume_id/patches/patch-ab
blob: d9ce96ca31caeb262c290f57d8545d6d5c7f29c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2008/11/22 13:48:23 jmcneill Exp $

--- linux_raid.c.orig	2008-11-22 08:33:51.000000000 -0500
+++ linux_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>