]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/xdr_subs.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / nfs / xdr_subs.h
index 5f73c96d812baecfede9ad36ca771ec953f08a66..e786cb8c76660af1d4ab57c5e704a13c8c913ad3 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@
  * 
@@ -66,6 +66,9 @@
 #ifndef _NFS_XDR_SUBS_H_
 #define _NFS_XDR_SUBS_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
 /*
  * Macros used for conversion to/from xdr representation by nfs...
  * These use the MACHINE DEPENDENT routines ntohl, htonl
        ((long *)(t))[1] = htonl(((long *)(f))[_QUAD_LOWWORD]); \
 }
 
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* _NFS_XDR_SUBS_H_ */