From 8be2b02752f5c3f3181b90c667fe08ffb87fb93b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 16 Jul 1998 23:23:05 +0000 Subject: [PATCH] GNU tar 1.13 --- lib/lchown.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/lchown.h 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 -- 2.44.0