git: ps - Fix sorting mistake in recent commits
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 16 14:34:32 PST 2011
commit 10a2ee6e966f085168cb41c11a58694cf61d3c23
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list