diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-24 23:12:09 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-24 23:12:09 +0000 |
| commit | e74e8b8b23d807ce882107838290cc18d37e7a38 (patch) | |
| tree | 386f99f3cb7e3544672b8e2270464f79148b05c3 /usr.bin/vmstat | |
| parent | 00fb0e87c76c693d0bf378e2752a7467cc693d9f (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/vmstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 3e6b65aca2b9..6abcad97a760 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: vmstat.c,v 1.26 1998/09/16 18:20:23 dillon Exp $"; + "$Id: vmstat.c,v 1.27 1998/09/20 00:11:17 ken Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -909,7 +909,7 @@ kread(nlx, addr, size) { char *sym; - if (namelist[nlx].n_type == 0 || namelist[nlx].n_value == 0) { + if (namelist[nlx].n_value == 0) { sym = namelist[nlx].n_name; if (*sym == '_') ++sym; |
