ps - Fix sorting mistake in recent commits
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 16 Feb 2011 22:32:43 +0000 (14:32 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 16 Feb 2011 22:32:43 +0000 (14:32 -0800)
commit10a2ee6e966f085168cb41c11a58694cf61d3c23
tree2ae0f4bcfd2bf09308dbc5ee0384d62a4c848bd1
parent0d6e2d63f6cf1f38c4bf23e756012050c6a3d9d8
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.
bin/ps/ps.c