DragonFly BSD
DragonFly commits List (threaded) for 2011-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ps - Fix sorting mistake in recent commits


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 16 Feb 2011 14:33:25 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]