X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..378393581903b274cb7a4d18e0d978071a6b592d:/bsd/sys/fsctl.h diff --git a/bsd/sys/fsctl.h b/bsd/sys/fsctl.h index 63198c7ec..0d2033f06 100644 --- a/bsd/sys/fsctl.h +++ b/bsd/sys/fsctl.h @@ -65,15 +65,12 @@ #include -/* get size of mount info struct: */ -#define FSGETMOUNTINFOSIZE _IOR('m', 1, long) - #ifndef KERNEL #include __BEGIN_DECLS -int fsctl __P((const char *, unsigned long, void *, unsigned long)); +int fsctl(const char *, unsigned long, void *, unsigned long); __END_DECLS #endif /* !KERNEL */