CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/03 03:22:26
Modified files:
usr.bin/ssh : misc.c misc.h mux.c readconf.c readpass.c
ssh-agent.c ssh.c sshconnect.c sshd.c
Log message:
There are lots of place where we want to redirect stdin, stdout
and/or stderr to /dev/null. Factor all these out to a single
stdfd_devnull() function that allows selection of which of these
to redirect. ok markus@
