src/usr.bin/top/machine.c

看板DFBSD_submit作者時間21年前 (2005/01/14 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
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--
文章代碼(AID): #11vlRg00 (DFBSD_submit)
文章代碼(AID): #11vlRg00 (DFBSD_submit)