source: trunk/essentials/app-arch/cpio/lib/lchown.h

Last change on this file was 3332, checked in by bird, 18 years ago

cpio 2.7

File size: 204 bytes
Line 
1/* Some systems don't have EOPNOTSUPP. */
2#ifndef EOPNOTSUPP
3# ifdef ENOTSUP
4# define EOPNOTSUPP ENOTSUP
5# else
6/* Some systems don't have ENOTSUP either. */
7# define EOPNOTSUPP EINVAL
8# endif
9#endif
Note: See TracBrowser for help on using the repository browser.