]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/exec.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / i386 / exec.h
index 237ecd5fc9e1bfaf45ced9975a14b73b05c1d34c..882e9cd7942f1dc191c259714fce0e8353d7e7e5 100644 (file)
@@ -58,9 +58,7 @@
 #define _BSD_I386_EXEC_H_
 
 
-#include <sys/appleapiopts.h>
-
-#ifdef __APPLE_API_OBSOLETE
+#ifdef BSD_KERNEL_PRIVATE
 /* Size of a page in an object file. */
 #define        __LDPGSZ        4096
 
@@ -111,11 +109,6 @@ struct exec {
        unsigned int    a_drsize;       /* data relocation size */
 };
 
-/*
- * Address of ps_strings structure (in user space).
- */
-#define        PS_STRINGS \
-       ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings)))
-#endif /* __APPLE_API_OBSOLETE */
+#endif /* BSD_KERNEL_PRIVATE */
 
 #endif /* _BSD_I386_EXEC_H_ */