From 75f6720a4fc6401c19a5e4474df9b1d9104b2dc9 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 27 Nov 2000 08:18:58 +0000 Subject: Constify --- usr.sbin/pstat/pstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 2ab1649..75eb1a6 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -699,7 +699,7 @@ kinfo_vnodes(avnodes) return ((struct e_vnode *)vbuf); } -char hdr[] = +const char hdr[] = " LINE RAW CAN OUT IHIWT ILOWT OHWT LWT COL STATE SESS PGID DISC\n"; int ttyspace = 128; -- cgit v1.1