X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Flibadacl.c;h=8e36230c0c09ace1eb85868ecdecc4155cd457ec;hb=d9b820de67813a5e2b92e4249e5a25cf8d884720;hp=b25a43b38cba13d055f26ca848241e041fb6d1c7;hpb=81233b65dc8bbccba15394751f240ad59f15f342;p=apply-default-acl.git diff --git a/src/libadacl.c b/src/libadacl.c index b25a43b..8e36230 100644 --- a/src/libadacl.c +++ b/src/libadacl.c @@ -26,6 +26,15 @@ #include "libadacl.h" +/* Even though most other library functions reliably return -1 for + * error, it feels a little wrong to re-use the ACL_ERROR constant. + */ +#define CLOSE_ERROR -1 +#define OPEN_ERROR -1 +#define SNPRINTF_ERROR -1 +#define STAT_ERROR -1 + + /** * @brief The recursive portion of the @c safe_open function, used to * open a file descriptor in a symlink-safe way when combined with