view lib/lchown.h @ 7114:5b8becde9879

.
author Karl Berry <karl@freefriends.org>
date Fri, 11 Aug 2006 08:19:37 +0000
parents a535859efd14
children 830788a4cbd4
line wrap: on
line source

/* Some systems don't have EOPNOTSUPP.  */
#ifndef EOPNOTSUPP
# ifdef ENOTSUP
#  define EOPNOTSUPP ENOTSUP
# else
/* Some systems don't have ENOTSUP either.  */
#  define EOPNOTSUPP EINVAL
# endif
#endif