mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Unbreak tty mode (cons was renamed to constty a while ago)
Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
ccccc4e1c3
commit
09941f75bd
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ struct nlist nl[] = {
|
|||
{"_maxfiles"},
|
||||
#define NLMANDATORYEND FNL_MAXFILE /* names up to here are mandatory */
|
||||
#define SCONS NLMANDATORYEND + 1
|
||||
{ "_cons" },
|
||||
{ "_constty" },
|
||||
#define SPTY NLMANDATORYEND + 2
|
||||
{ "_pt_tty" },
|
||||
#define SNPTY NLMANDATORYEND + 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue