diff --git a/src/secaudit.h b/src/secaudit.h index b13a3ac8..421c46e1 100644 --- a/src/secaudit.h +++ b/src/secaudit.h @@ -5,7 +5,7 @@ * library, but should only be used to build tools runnable both * on Linux (dynamic linking) and Windows (static linking) * - * Copyright (c) 2007-2008 Jean-Pierre Andre + * Copyright (c) 2007-2009 Jean-Pierre Andre * */ @@ -532,6 +532,10 @@ enum { #endif /* !WIN32 */ +#ifndef ACL_REVISION_DS /* not always defined in */ +#define ACL_REVISION_DS 4 +#endif + /* * Matching of ntfs permissions to Linux permissions * these constants are adapted to endianness