summaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs/patches/patch-ac
blob: 60ab258a71f7057e8fad47062716ac0580e9131c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2005/12/30 23:03:05 agc Exp $

--- include/platform_defs.h.in	2005/12/29 14:03:45	1.1
+++ include/platform_defs.h.in	2005/12/29 14:04:54
@@ -50,6 +50,8 @@
 #include <xfs/linux.h>
 #elif defined(__FreeBSD__)
 #include <xfs/freebsd.h>
+#elif defined(__NetBSD__)
+#include <xfs/netbsd.h>
 #elif defined(__APPLE__)
 #include <xfs/darwin.h>
 #elif defined(__sgi__) || defined(___sgi)