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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55123888f74b3dd365bff9033ca2cc57d3e8b54a;p=pspp (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