]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/attr.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / attr.h
index 96eead6f75e95323913ff05e89207d9186d760ab..732410ea685af70e79ce71c6adf4aabab5d9feda 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@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -29,6 +29,9 @@
 #ifndef _SYS_ATTR_H_
 #define _SYS_ATTR_H_
 
 #ifndef _SYS_ATTR_H_
 #define _SYS_ATTR_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_UNSTABLE
 #ifndef _SYS_TYPES_H_
 #include <sys/types.h>
 #endif
 #ifndef _SYS_TYPES_H_
 #include <sys/types.h>
 #endif
@@ -234,13 +237,7 @@ struct searchstate {
 };
 
 
 };
 
 
-
 #define FST_EOF (-1)                           /* end-of-file offset */
 
 #define FST_EOF (-1)                           /* end-of-file offset */
 
-__BEGIN_DECLS
-/* XXX PPD This should be moved to dirent.h to be with getdirentries(2) et al. */
-//int getdirentriesattr(int fd, const struct attrlist *attrspec, void *attrbuf, size_t bufsize, long //*cookie);
-
-__END_DECLS
-
+#endif /* __APPLE_API_UNSTABLE */
 #endif /* !_SYS_ATTR_H_ */
 #endif /* !_SYS_ATTR_H_ */