summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-10 12:52:14 +0000
committerpjd <pjd@FreeBSD.org>2007-04-10 12:52:14 +0000
commitadf9b82198631b3e13492da9ed28d21554ca4a97 (patch)
treee757374dd97c4481bc8a09a2af13b4bad70ed34a /cddl
parentf572f4ce6a3e298a128debbb3e67f4962eadba3c (diff)
downloadFreeBSD-src-adf9b82198631b3e13492da9ed28d21554ca4a97.zip
FreeBSD-src-adf9b82198631b3e13492da9ed28d21554ca4a97.tar.gz
MFp4: Hide under '#ifdef _KERNEL' only what's really needed.
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
index 749ff5f..04b9da4 100644
--- a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
+++ b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
@@ -489,12 +489,15 @@ struct file {
#define SX_SYSINIT(name, lock, desc)
#define SYSCTL_DECL(...)
-#define SYSCTL_INT(...)
#define SYSCTL_NODE(...)
+#define SYSCTL_INT(...)
+#define SYSCTL_ULONG(...)
#ifdef TUNABLE_INT
#undef TUNABLE_INT
+#undef TUNABLE_ULONG
#endif
#define TUNABLE_INT(...)
+#define TUNABLE_ULONG(...)
/* Errors */
OpenPOWER on IntegriCloud