diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-03 00:25:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-03 00:25:08 +0000 |
commit | 620f28e675c00edab709a8b7085f3226c0657f7c (patch) | |
tree | dab77e7067def9266a2735c1e25918aca8851ad3 /lib/libocurses | |
parent | 2b13d21a5aaef5668b70d9647c5f91d2735a6872 (diff) |
do not need sgttyb.h anymore; ok millert
Diffstat (limited to 'lib/libocurses')
-rw-r--r-- | lib/libocurses/tputs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libocurses/tputs.c b/lib/libocurses/tputs.c index c0857597fde..3eebe51e75b 100644 --- a/lib/libocurses/tputs.c +++ b/lib/libocurses/tputs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tputs.c,v 1.4 2005/08/14 17:15:19 espie Exp $ */ +/* $OpenBSD: tputs.c,v 1.5 2013/12/03 00:25:07 deraadt Exp $ */ /* $NetBSD: tputs.c,v 1.5 1995/06/06 08:14:37 pk Exp $ */ /* @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sgtty.h> #include <ctype.h> #include <curses.h> #undef ospeed |