]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/exec.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / i386 / exec.h
index 677ee5d80b934df89359c6476f2ebe1c7fedee1c..237ecd5fc9e1bfaf45ced9975a14b73b05c1d34c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *     @(#)exec.h      8.1 (Berkeley) 6/11/93
  */
 
+#ifndef _BSD_I386_EXEC_H_
+#define _BSD_I386_EXEC_H_
+
+
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 /* Size of a page in an object file. */
 #define        __LDPGSZ        4096
 
@@ -109,3 +116,6 @@ struct exec {
  */
 #define        PS_STRINGS \
        ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings)))
+#endif /* __APPLE_API_OBSOLETE */
+
+#endif /* _BSD_I386_EXEC_H_ */