X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/ppc/exec.h?ds=sidebyside diff --git a/bsd/ppc/exec.h b/bsd/ppc/exec.h index 9db931975..339bac2c7 100644 --- a/bsd/ppc/exec.h +++ b/bsd/ppc/exec.h @@ -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@ * @@ -39,6 +39,13 @@ * */ +#ifndef _BSD_PPC_EXEC_H_ +#define _BSD_PPC_EXEC_H_ + + +#include + +#ifdef __APPLE_API_OBSOLETE /* Size of a page in an object file. */ #define __LDPGSZ 4096 @@ -95,3 +102,7 @@ struct exec { #define PS_STRINGS \ ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings))) +#endif /* __APPLE_API_OBSOLETE */ + +#endif /* _BSD_PPC_EXEC_H_ */ +