view lib/lchown.h @ 6242:e64c2e62add0

(set_stat_atime, set_stat_ctime, set_stat_mtime): Remove; they were buggy in the HAVE_STRUCT_STAT_ST_SPARE1 case, and they were dubious anyway. I rewrote 'tar' to not use them any more.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 17 Sep 2005 06:54:00 +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