X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flchown.h;h=46fa0ede047ff63a9246b23e840ae45dbd5de0ec;hb=c57b0256714cb35dcef48b8bc41814ce326d8127;hp=25e4dac98401a0095fe3867f4e4f3011445e5458;hpb=7f33074adf6cfc8143338bd137669453d4607fdc;p=gnulib.git 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