remove unnecessary occurrence of

#ifndef _SYS_TTYCHARS_H_
#define _SYS_TTYCHARS_H_
...
#endif
Submitted by:	Geoff
This commit is contained in:
Geoff Rehmet 1994-08-22 19:34:03 +00:00
parent 4f5a3fef1a
commit 08a55f5ccd

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ttychars.h 8.2 (Berkeley) 1/4/94
* $Id: ttychars.h,v 1.2 1994/08/02 07:53:55 davidg Exp $
* $Id: ttychars.h,v 1.3 1994/08/21 04:42:06 paul Exp $
*/
#ifndef _SYS_TTYCHARS_H_
@ -42,8 +42,6 @@
*
* User visible structures and constants related to terminal handling.
*/
#ifndef _SYS_TTYCHARS_H_
#define _SYS_TTYCHARS_H_
struct ttychars {
char tc_erase; /* erase last character */
@ -65,5 +63,3 @@ struct ttychars {
#include <sys/ttydefaults.h> /* to pick up character defaults */
#endif
#endif /* !_SYS_TTYCHARS_H_ */
#endif