X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/bsd/kern/subr_xxx.c diff --git a/bsd/kern/subr_xxx.c b/bsd/kern/subr_xxx.c index 503401a6c..393c07142 100644 --- a/bsd/kern/subr_xxx.c +++ b/bsd/kern/subr_xxx.c @@ -58,8 +58,7 @@ #include #include #include -#include -#include +#include #include #include @@ -114,11 +113,13 @@ enosys() /* * Return error for operation not supported * on a specific object or file type. + * + * XXX Name of this routine is wrong. */ int eopnotsupp() { - return (EOPNOTSUPP); + return (ENOTSUP); } /*