summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-11-27 08:18:58 +0000
committerkris <kris@FreeBSD.org>2000-11-27 08:18:58 +0000
commit75f6720a4fc6401c19a5e4474df9b1d9104b2dc9 (patch)
tree4960d8037ea91dcdca10556db312dee3b8642bed /usr.sbin/pstat
parent608224f4ac19ddf0283c2ea0090951a7a6d4790f (diff)
downloadFreeBSD-src-75f6720a4fc6401c19a5e4474df9b1d9104b2dc9.zip
FreeBSD-src-75f6720a4fc6401c19a5e4474df9b1d9104b2dc9.tar.gz
Constify
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud