From: Jim Meyering Date: Thu, 16 Jul 1998 23:25:29 +0000 (+0000) Subject: include lchown.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec9676df939e7297d7458f7ddfab8914c583bf6;p=pspp include lchown.h --- diff --git a/lib/lchown.c b/lib/lchown.c index 6ecf6bbeae..f1e21e7e66 100644 --- a/lib/lchown.c +++ b/lib/lchown.c @@ -25,16 +25,7 @@ #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. */