X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..22ba694c5857e62b5a553b1505dcf2e509177f28:/bsd/sys/vfs_context.h diff --git a/bsd/sys/vfs_context.h b/bsd/sys/vfs_context.h index 931271de2..fd31f99e3 100644 --- a/bsd/sys/vfs_context.h +++ b/bsd/sys/vfs_context.h @@ -4,11 +4,15 @@ #include #include #include +#include +#ifdef BSD_KERNEL_PRIVATE +#include +#endif #include -struct vfs_context { - proc_t vc_proc; - ucred_t vc_ucred; -}; +/* + * XXX should go away; pulls in vfs_context structure definition from + * XXX + */ #endif /* !_BSD_SYS_VFS_CONTEXT_H_ */