changeset 1945:557812846979

(ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3. Use EINVAL instead.
author Jim Meyering <jim@meyering.net>
date Sun, 05 Sep 1999 06:56:50 +0000
parents 966300308c66
children 78e1212f0dee
files lib/lchown.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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