diff options
author | 2013-12-15 21:09:48 +0000 | |
---|---|---|
committer | 2013-12-15 21:09:48 +0000 | |
commit | 0919e16ba69b4dc259a8856211f3177724f51a13 (patch) | |
tree | 42b172a6a5a2eccf2b21dfa5d7f3c758b9d5dbed | |
parent | Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page. (diff) | |
download | wireguard-openbsd-0919e16ba69b4dc259a8856211f3177724f51a13.tar.xz wireguard-openbsd-0919e16ba69b4dc259a8856211f3177724f51a13.zip |
update comment, 4.3BSD tty compatibility and the associated ioctls are gone
-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 |