CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2018/06/08 13:24:46
Modified files: libexec/ld.so/ldconfig: ldconfig.c Log message: Bail out if fchmod(2) fails. Don't quietly install ld.so.hints with mode 0600 because this adds overhead to shlib lookup for non-root processes. >From Nan Xiao. ok guenther@