From 6c26ef5e0d20f8d678ef85b6d526cc25c9837858 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Sep 1999 06:56:50 +0000 Subject: (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3. Use EINVAL instead. --- lib/lchown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lchown.h') diff --git a/lib/lchown.h b/lib/lchown.h index 25e4dac98..46fa0ede0 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 -- cgit v1.2.3-54-g00ecf