From ce475802f8aa48518553eabd5887bcc439b61a0d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 28 Oct 2000 05:39:38 +0000 Subject: * Makefile.in: Accomodate newer gcc's which require linking of c++ programs with g++. Fixup output for some compilations. * cygcheck.cc: Respond to compiler warnings. * dumper.cc (main): Ditto. * parse_pe.cc (exclusion::sort_and_check): Ditto. * setfacl.cc (getaclentry): Ditto. --- winsup/utils/setfacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/setfacl.c') diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c index 87c96aeac..c63b5d1af 100644 --- a/winsup/utils/setfacl.c +++ b/winsup/utils/setfacl.c @@ -112,7 +112,7 @@ getaclentry (action_t action, char *c, aclent_t *ace) return FALSE; if (ace->a_type & (USER_OBJ | GROUP_OBJ)) { - if (c2 = strchr (c, ':')) + if ((c2 = strchr (c, ':'))) { if (action == Delete) return FALSE; -- cgit v1.2.3