CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/12/16 11:46:39
Modified files: sys/sys : ttycom.h sys/kern : tty.c Log message: Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4) compat. This will be used to implement tcgetsid() in the future. OK kettenis@ guenther@