]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/vadvise.h
xnu-517.7.7.tar.gz
[apple/xnu.git] / bsd / sys / vadvise.h
index 81c1cee890a1f339ce6a868f090e80de08e75329..09ee127ca2ff16572b09f74c6643d4380379b8ec 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@
  * 
@@ -59,6 +59,9 @@
 #ifndef        _SYS_VADVISE_H_
 #define _SYS_VADVISE_H_
 
+#include <sys/appleapiopts.h>
+
+#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_ */