diff options
-rw-r--r-- | sys/sys/ttycom.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index 524e3bf6dc1..7980cf1411c 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ttycom.h,v 1.11 2009/05/06 18:21:23 stevesk Exp $ */ +/* $OpenBSD: ttycom.h,v 1.12 2013/12/15 21:09:48 naddy Exp $ */ /* $NetBSD: ttycom.h,v 1.4 1996/05/19 17:17:53 jonathan Exp $ */ /*- @@ -42,10 +42,7 @@ #include <sys/ioccom.h> -/* - * Tty ioctl's except for those supported only for backwards compatibility - * with the old tty driver. - */ +/* Tty ioctl's. */ /* * Window/terminal size structure. This information is stored by the kernel |