include lchown.h
authorJim Meyering <jim@meyering.net>
Thu, 16 Jul 1998 23:25:29 +0000 (23:25 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Jul 1998 23:25:29 +0000 (23:25 +0000)
lib/lchown.c

index 6ecf6bbeaed50894831feeca3470678640c4a757..f1e21e7e6657d6149804a2bced43ee547fe3daa5 100644 (file)
 #ifndef errno
 extern int errno;
 #endif
-
-/* 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"
 
 /* Work just like chown, except when FILE is a symbolic link.
    In that case, set errno to ENOSYS and return -1.  */