CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/04/02 08:37:42
Modified files: sbin/isakmpd : isakmpd.c usr.bin/skeyaudit: skeyaudit.c usr.bin/ssh : misc.c Log message: Another use for fcntl() and thus of the superfluous 3rd parameter is when sanitising standard fd's before calling daemon(). Use a tweaked version of the ssh(1) function in all three places found using fcntl() this way. ok jca@ beck@