]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/fsctl.h
xnu-792.6.61.tar.gz
[apple/xnu.git] / bsd / sys / fsctl.h
index 63198c7ec57ba9f657bfa52c5b73cc80e9ca0384..0d2033f06baf08338bcff24c80bbf8d9ccd1f6ad 100644 (file)
 
 #include <sys/ioccom.h>
 
-/* get size of mount info struct: */
-#define        FSGETMOUNTINFOSIZE              _IOR('m', 1, long)
-
 #ifndef KERNEL
 
 #include <sys/cdefs.h>
 
 __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 */