From ab841e31f20b4daf2d6e3129a61e5604b6a58947 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 23 May 2002 14:41:52 +0000 Subject: 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(-) (limited to 'usr.sbin') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index cf34de3..3bec67d 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 -- cgit v1.1