GNU tar 1.13

This commit is contained in:
Paul Eggert
1998-07-16 23:23:05 +00:00
parent 2c3536c509
commit 8be2b02752

9
lib/lchown.h Normal file
View File

@@ -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