src/usr.bin/top/machine.c
This is a multi-part message in MIME format.
--------------090200080808080106000704
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Just a small typo in machine.c of top.
- Roland
--------------090200080808080106000704
Content-Type: text/plain;
name="machine.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="machine.c.diff"
--- src/usr.bin/top/machine.c.orig 2005-01-13 23:00:40.000000000 +0100
+++ src/usr.bin/top/machine.c 2005-01-13 23:00:23.000000000 +0100
@@ -349,7 +349,7 @@
exit(1);
}
if (sysctlbyname("vm.vmmeter", &vmm, &vmm_size, NULL, 0)) {
- perror("sysctlbyname: vm.vmstats");
+ perror("sysctlbyname: vm.vmmeter");
exit(1);
}
if (kinfo_get_vfs_bufspace(&bufspace)) {
--------------090200080808080106000704--
討論串 (同標題文章)