mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the idempotency I added -- it was wrong.
Reviewed by: Submitted by:
This commit is contained in:
parent
a670645c57
commit
1624344d17
1 changed files with 1 additions and 6 deletions
|
|
@ -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 a new issue