Date: Thu, 3 Jun 2010 14:29:17 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/posix1e acl_set.c acl_support.c acl_support.h acl_valid.c Message-ID: <201006031429.o53ETcaQ089203@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2010-06-03 14:29:17 UTC
FreeBSD src repository
Modified files:
lib/libc/posix1e acl_set.c acl_support.c acl_support.h
acl_valid.c
Log:
SVN rev 208785 on 2010-06-03 14:29:17Z by trasz
_posix1e_acl_sort() never returns anything other than 0; change its
return type to void and update callers. This simplifies code and
fixes one place where the returned value was not actually checked.
Found with: Coverity Prevent
CID: 4791
Revision Changes Path
1.16 +6 -24 src/lib/libc/posix1e/acl_set.c
1.19 +2 -6 src/lib/libc/posix1e/acl_support.c
1.8 +1 -1 src/lib/libc/posix1e/acl_support.h
1.13 +6 -24 src/lib/libc/posix1e/acl_valid.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006031429.o53ETcaQ089203>
