source:
trunk/essentials/app-arch/cpio/lib/lchown.h
Last change on this file was 3332, checked in by , 18 years ago | |
---|---|
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.