diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-01-09 18:06:24 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-01-09 18:06:24 +0000 |
| commit | dbb295662035a42acb0014325e04e2cb9ebfa8bd (patch) | |
| tree | 7227af220d557c3c92c71e07a629431802e4950c /contrib/top | |
| parent | b9dca7a18c11513a7e1839ef815e33c0f4975906 (diff) | |
Notes
Diffstat (limited to 'contrib/top')
| -rw-r--r-- | contrib/top/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c index eac2ecca4665..b38300f033ec 100644 --- a/contrib/top/top.c +++ b/contrib/top/top.c @@ -450,7 +450,7 @@ char *argv[]; } /* initialize the kernel memory interface */ - if (machine_init(&statics) == -1) + if (machine_init(&statics, do_unames) == -1) { exit(1); } |
