Searched hist:4791 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_support.hdiff 208785 Thu Jun 03 12:44:17 MDT 2010 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
H A Dacl_valid.cdiff 208785 Thu Jun 03 12:44:17 MDT 2010 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
H A Dacl_set.cdiff 208785 Thu Jun 03 12:44:17 MDT 2010 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
H A Dacl_support.cdiff 208785 Thu Jun 03 12:44:17 MDT 2010 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
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.ydiff 4791 Wed Nov 23 18:36:08 MST 1994 wollman Don't core on ``root on qq0 and fx0 and yy0'' specifications; just
take the first one and ignore all the rest, giving a warning message.
Fixes PR #3.

Completed in 175 milliseconds