看板 DFBSD_commit 關於我們 聯絡資訊
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