]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include lchown.h.
authorJim Meyering <jim@meyering.net>
Thu, 16 Jul 1998 23:41:03 +0000 (23:41 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jul 1998 23:41:03 +0000 (23:41 +0000)
src/chown.c

index d0c33109dcf28793f6bc3780fa64bb9473ac8de1..0c58d48e85a9c2581a3072909646cc7f6ca4ced1 100644 (file)
 #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 ();