From 2b6ea3b392d264cdbbb283cdada84270abdaad17 Mon Sep 17 00:00:00 2001 From: jpandre Date: Tue, 3 Nov 2009 14:21:08 +0000 Subject: [PATCH] Accepted ACL_REVISION_DS as a valid ACL revision in secaudit --- src/secaudit.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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