X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..e5568f75972dfc723778653c11cb6b4dc825716a:/bsd/sys/vadvise.h diff --git a/bsd/sys/vadvise.h b/bsd/sys/vadvise.h index 81c1cee89..09ee127ca 100644 --- a/bsd/sys/vadvise.h +++ b/bsd/sys/vadvise.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@ * @@ -59,6 +59,9 @@ #ifndef _SYS_VADVISE_H_ #define _SYS_VADVISE_H_ +#include + +#ifdef __APPLE_API_OBSOLETE /* * Parameters to vadvise() to tell system of particular paging * behaviour: @@ -74,4 +77,6 @@ #define VA_SEQL 2 #define VA_FLUSH 3 +#endif /* __APPLE_API_OBSOLETE */ + #endif /* !_SYS_VADVISE_H_ */