GNU tar 1.13
This commit is contained in:
9
lib/lchown.h
Normal file
9
lib/lchown.h
Normal 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
|
||||||
Reference in New Issue
Block a user