]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - include/sys/zone.h
Imported Upstream version 0.6.4.1
[mirror_spl-debian.git] / include / sys / zone.h
index 6b7a1c65f2e08b9c504f3330261c00b791d7b0e8..5a3c0869f56b7f6fd81b9d47d374cc1bb4bb2726 100644 (file)
 
 #include <sys/byteorder.h>
 
-#define zone_dataset_visible(x, y)                      (1)
-#define INGLOBALZONE(z)                                 (1)
+#define        GLOBAL_ZONEID                   0
+
+#define        zone_dataset_visible(x, y)      (1)
+#define        crgetzoneid(x)                  (GLOBAL_ZONEID)
+#define        INGLOBALZONE(z)                 (1)
 
 #endif /* SPL_ZONE_H */