summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-lib/acl-internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/gnulib-lib/acl-internal.c')
-rw-r--r--gettext-tools/gnulib-lib/acl-internal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/gnulib-lib/acl-internal.c b/gettext-tools/gnulib-lib/acl-internal.c
index c1b7017..4de60c3 100644
--- a/gettext-tools/gnulib-lib/acl-internal.c
+++ b/gettext-tools/gnulib-lib/acl-internal.c
@@ -1,6 +1,6 @@
/* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*-
- Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2005-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -478,7 +478,7 @@ acl_nontrivial (int count, struct acl *entries)
void
free_permission_context (struct permission_context *ctx)
{
-#ifdef USE_ACL
+#if USE_ACL
# if HAVE_ACL_GET_FILE /* Linux, FreeBSD, Mac OS X, IRIX, Tru64 */
if (ctx->acl)
acl_free (ctx->acl);