aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/aac/aac_ioctl.h3
-rw-r--r--sys/sys/aac_ioctl.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_ioctl.h b/sys/dev/aac/aac_ioctl.h
index 1b798ebd8238..9dac2ab9c3f0 100644
--- a/sys/dev/aac/aac_ioctl.h
+++ b/sys/dev/aac/aac_ioctl.h
@@ -142,7 +142,7 @@ union aac_statrequest {
#define FSACTL_PROBE_CONTAINERS _IO('9', 83) /* Just guessing */
-
+#ifdef _KERNEL
/*
* Support for faking the "miniport" version.
*/
@@ -177,3 +177,4 @@ struct aac_query_disk {
char diskDeviceName[10];
u_int32_t UnMapped;
};
+#endif
diff --git a/sys/sys/aac_ioctl.h b/sys/sys/aac_ioctl.h
index 1b798ebd8238..9dac2ab9c3f0 100644
--- a/sys/sys/aac_ioctl.h
+++ b/sys/sys/aac_ioctl.h
@@ -142,7 +142,7 @@ union aac_statrequest {
#define FSACTL_PROBE_CONTAINERS _IO('9', 83) /* Just guessing */
-
+#ifdef _KERNEL
/*
* Support for faking the "miniport" version.
*/
@@ -177,3 +177,4 @@ struct aac_query_disk {
char diskDeviceName[10];
u_int32_t UnMapped;
};
+#endif