CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/04/08 12:12:08

Modified files:
        sys/lib/libsa  : fchmod.c 

Log message:
Return -1 on actual failure

MI boot.c's "a-x" fchmod on bsd.upgrade is the only caller that checks the
return value and that call can fail on, e.g. softraid volumes.

Stop clobbering the actual fchmod return value and get that warning printed.

OK deraadt

Reply via email to