summaryrefslogtreecommitdiff
path: root/dialects/freebsd/dnode2.c
diff options
context:
space:
mode:
Diffstat (limited to 'dialects/freebsd/dnode2.c')
-rw-r--r--dialects/freebsd/dnode2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dialects/freebsd/dnode2.c b/dialects/freebsd/dnode2.c
index 4b6cf9a..d8c9b87 100644
--- a/dialects/freebsd/dnode2.c
+++ b/dialects/freebsd/dnode2.c
@@ -35,7 +35,7 @@
#ifndef lint
static char copyright[] =
"@(#) Copyright 2008 Purdue Research Foundation.\nAll rights reserved.\n";
-static char *rcsid = "$Id: dnode2.c,v 1.6 2015/07/07 20:23:43 abe Exp $";
+static char *rcsid = "$Id: dnode2.c,v 1.7 2018/02/14 14:26:03 abe Exp $";
#endif
@@ -52,6 +52,7 @@ static char *rcsid = "$Id: dnode2.c,v 1.6 2015/07/07 20:23:43 abe Exp $";
#define VOP_UNLOCK(vp, f) ((void)0)
# endif /* defined(__clang__) */
+#define KLD_MODULE /* for ARM: prevent "ARM_NARCH is 0 " error */
#include <sys/zfs_znode.h>
#undef _KERNEL