diff options
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/getntacl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/utils/getntacl.c b/source4/utils/getntacl.c index fe1d6adea0..c3b704d85e 100644 --- a/source4/utils/getntacl.c +++ b/source4/utils/getntacl.c @@ -27,7 +27,9 @@ #if HAVE_XATTR_SUPPORT -static void ntacl_print_debug_helper(struct ndr_print *ndr, const char *format, ...) _PRINTF_ATTRIBUTE(2,3) +static void ntacl_print_debug_helper(struct ndr_print *ndr, const char *format, ...) PRINTF_ATTRIBUTE(2,3); + +static void ntacl_print_debug_helper(struct ndr_print *ndr, const char *format, ...) { va_list ap; char *s = NULL; |