git: ps - Fix sorting mistake in recent commits

看板DFBSD_commit作者時間15年前 (2011/02/17 07:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 10a2ee6e966f085168cb41c11a58694cf61d3c23 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Feb 16 14:32:43 2011 -0800 ps - Fix sorting mistake in recent commits * qsort passes a pointer to the element, so its a KINFO** instead of a KINFO*. Fix the indirection. * Fixes weird default output sorting that was all wrong. Summary of changes: bin/ps/ps.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/10a2ee6e966f085168cb41c11a58694cf61d3c23 -- DragonFly BSD source repository
文章代碼(AID): #1DN5Spjf (DFBSD_commit)