From: Jim Meyering Date: Thu, 16 Jul 1998 23:23:05 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16s~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b294d530d4c561f966837eff4cacda785bac019f;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/lchown.h b/lib/lchown.h new file mode 100644 index 0000000000..25e4dac984 --- /dev/null +++ b/lib/lchown.h @@ -0,0 +1,9 @@ +/* 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