From: Paul Eggert Date: Thu, 16 Jul 1998 23:23:05 +0000 (+0000) Subject: GNU tar 1.13 X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=8be2b02752f5c3f3181b90c667fe08ffb87fb93b;p=chaz%2Ftar GNU tar 1.13 --- diff --git a/lib/lchown.h b/lib/lchown.h new file mode 100644 index 0000000..25e4dac --- /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