X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Flchown.h;fp=lib%2Flchown.h;h=25e4dac98401a0095fe3867f4e4f3011445e5458;hb=8be2b02752f5c3f3181b90c667fe08ffb87fb93b;hp=0000000000000000000000000000000000000000;hpb=2c3536c509184317c28a9e25a729007b05508d03;p=chaz%2Ftar diff --git a/lib/lchown.h b/lib/lchown.h new file mode 100644 index 0000000..25e4dac --- /dev/null +++ b/lib/lchown.h @@ -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