From: Jim Meyering Date: Sun, 5 Sep 1999 06:56:50 +0000 (+0000) Subject: (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3. X-Git-Tag: FILEUTILS-4_0j-trial~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c26ef5e0d20f8d678ef85b6d526cc25c9837858;p=thirdparty%2Fcoreutils.git (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3. Use EINVAL instead. --- diff --git a/lib/lchown.h b/lib/lchown.h index 25e4dac984..46fa0ede04 100644 --- a/lib/lchown.h +++ b/lib/lchown.h @@ -4,6 +4,6 @@ # define ENOSYS ENOTSUP # else /* Some systems don't have ENOTSUP either. */ -# define ENOSYS ENOMSG +# define ENOSYS EINVAL # endif #endif