mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Remove the idempotency I added -- it was wrong.
Reviewed by: Submitted by:
This commit is contained in:
parent
a670645c57
commit
1624344d17
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2196
@ -36,12 +36,9 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94
|
||||
* $Id: ttydefaults.h,v 1.2 1994/08/02 07:53:57 davidg Exp $
|
||||
* $Id: ttydefaults.h,v 1.3 1994/08/21 04:42:08 paul Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_TTYDEFAULTS_H_
|
||||
#define _SYS_TTYDEFAULTS_H_
|
||||
|
||||
/*
|
||||
* System wide defaults for terminal state.
|
||||
*/
|
||||
@ -98,5 +95,3 @@ cc_t ttydefchars[NCCS] = {
|
||||
};
|
||||
#undef TTYDEFCHARS
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user