From 09941f75bd8ffa6ec55843eb51628f43fc41e1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 23 May 2002 14:41:52 +0000 Subject: [PATCH] Unbreak tty mode (cons was renamed to constty a while ago) Sponsored by: DARPA, NAI Labs --- usr.sbin/pstat/pstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index cf34de3297c..3bec67dd02f 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -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