CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/09/15 00:30:58

Modified files:
        usr.bin/ssh    : sshd.c sshpty.c 
        usr.bin/ssh/sshd: Makefile 

Log message:
disconnect_controlling_tty() is the only thing from sshpty.c used
in sshd, and sshd is the only thing that calls this function.

Move it into sshd.c and we no longer need to compile sshd against
sshpty.c

Part of bz3996 from Colin Watson

Reply via email to