Don't include <sgtty.h>! Nothing uses it.

This commit is contained in:
christos 1999-02-02 12:34:56 +00:00
parent 2667a4b26f
commit de40255ddb
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tputs.c,v 1.8 1998/07/27 01:57:26 mycroft Exp $ */
/* $NetBSD: tputs.c,v 1.9 1999/02/02 12:34:56 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@ -38,11 +38,10 @@
#if 0
static char sccsid[] = "@(#)tputs.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: tputs.c,v 1.8 1998/07/27 01:57:26 mycroft Exp $");
__RCSID("$NetBSD: tputs.c,v 1.9 1999/02/02 12:34:56 christos Exp $");
#endif
#endif /* not lint */
#include <sgtty.h>
#include <ctype.h>
#include <termcap.h>
#undef ospeed

View File

@ -1,4 +1,4 @@
/* $NetBSD: skey.c,v 1.7 1998/02/03 04:10:42 perry Exp $ */
/* $NetBSD: skey.c,v 1.8 1999/02/02 12:36:09 christos Exp $ */
/*
* S/KEY v1.1b (skey.c)
@ -23,12 +23,11 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: skey.c,v 1.7 1998/02/03 04:10:42 perry Exp $");
__RCSID("$NetBSD: skey.c,v 1.8 1999/02/02 12:36:09 christos Exp $");
#endif
#include <sys/cdefs.h>
#include <fcntl.h>
#include <sgtty.h>
#include <stdio.h>
#include <skey.h>
#include <stdlib.h>