]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/vfs_context.h
xnu-6153.81.5.tar.gz
[apple/xnu.git] / bsd / sys / vfs_context.h
index 931271de268640e518b4e8fd7b90cd3d8d8ffc13..fd31f99e31580cb9552adfe10f8ae8628af36cc5 100644 (file)
@@ -4,11 +4,15 @@
 #include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/kernel_types.h>
+#include <kern/thread.h>
+#ifdef BSD_KERNEL_PRIVATE
+#include <sys/user.h>
+#endif
 #include <stdint.h>
 
-struct vfs_context {
-       proc_t   vc_proc;
-       ucred_t  vc_ucred;
-};
+/*
+ * XXX should go away; pulls in vfs_context structure definition from
+ * XXX <sys/user.h>
+ */
 
 #endif /* !_BSD_SYS_VFS_CONTEXT_H_ */