X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..91447636331957f3d9b5ca5b508f07c526b0074d:/bsd/kern/subr_xxx.c?ds=sidebyside 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); } /*