From 55123888f74b3dd365bff9033ca2cc57d3e8b54a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Sep 1999 06:56:50 +0000 Subject: [PATCH] (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(-) 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 -- 2.30.2