diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2003-06-23 08:43:19 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2003-06-23 08:43:19 +0000 |
| commit | c30afbc57843384b910946cee01856c4f72256aa (patch) | |
| tree | 29fd8e1ed7310af03ad4e7a3f47046fca85a6850 | |
| parent | 9ef3f16d0801f7fe19d2b64a0f1ca5b64e2858a8 (diff) | |
Notes
| -rw-r--r-- | usr.bin/fstat/fstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 94bd652f02dc..b8f6c3c34c5e 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -273,6 +273,7 @@ fstat_kvm(int what, int arg) #endif if ((p = kvm_getprocs(kd, what, arg, &cnt)) == NULL) errx(1, "%s", kvm_geterr(kd)); + print_header(); for (plast = &p[cnt]; p < plast; ++p) { if (p->ki_stat == SZOMB) continue; |
