From: Jim Meyering Date: Thu, 16 Jul 1998 23:41:03 +0000 (+0000) Subject: Include lchown.h. X-Git-Tag: FILEUTILS-3_16s~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac1d190bca85e6ed126ef3f440083551970556f;p=thirdparty%2Fcoreutils.git Include lchown.h. --- diff --git a/src/chown.c b/src/chown.c index d0c33109dc..0c58d48e85 100644 --- a/src/chown.c +++ b/src/chown.c @@ -39,16 +39,7 @@ #include "closeout.h" #include "error.h" #include "savedir.h" - -/* Some systems don't have ENOSYS. */ -#ifndef ENOSYS -# ifdef ENOTSUP -# define ENOSYS ENOTSUP -# else -/* Some systems don't have ENOTSUP either. */ -# define ENOSYS ENOMSG -# endif -#endif +#include "lchown.h" #ifndef _POSIX_VERSION struct passwd *getpwnam ();