X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fset-mode-acl.c;h=dbcbea28e8146618750b620e50c8016f85cd60f6;hb=fcfced6a46fa2b6c8dd701264d852d254f9fd042;hp=6ecde59426e2c6fdf5886532e934190333aa3642;hpb=765ede785ea58125c799662bb90440e5c990afa7;p=gnulib.git diff --git a/lib/set-mode-acl.c b/lib/set-mode-acl.c index 6ecde5942..dbcbea28e 100644 --- a/lib/set-mode-acl.c +++ b/lib/set-mode-acl.c @@ -23,6 +23,10 @@ #include "acl-internal.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + + /* If DESC is a valid file descriptor use fchmod to change the file's mode to MODE on systems that have fchown. On systems that don't have fchown and if DESC is invalid, use chown on