]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/task.h
xnu-1228.5.18.tar.gz
[apple/xnu.git] / osfmk / i386 / task.h
index c35069ab6f5f0dba49b687974728c812bf44bce6..b4218d665f7f7163a921c89d9484c69c860f5abf 100644 (file)
@@ -55,8 +55,9 @@
  */
 
 /*
- * No machine dependant task fields
+ * Machine dependant task fields
  */
 
-#define MACHINE_TASK
+#include <i386/user_ldt.h>
 
+#define MACHINE_TASK struct user_ldt *       i386_ldt;