summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2010-09-22 19:26:41 +0000
committeremaste <emaste@FreeBSD.org>2010-09-22 19:26:41 +0000
commit0a89cbc56c79b1d283917729ebf9e3e62af7d620 (patch)
treee41819de99e9891dbcc76a82d8f42d22f0599fd2 /bin
parent67279d16ee319cb5904e06282acb094216407755 (diff)
downloadFreeBSD-src-0a89cbc56c79b1d283917729ebf9e3e62af7d620.zip
FreeBSD-src-0a89cbc56c79b1d283917729ebf9e3e62af7d620.tar.gz
Correct sort order.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 45d76a6..b177b47 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -80,8 +80,8 @@ int s_uname(KINFO *);
void showkey(void);
void started(KINFO *, VARENT *);
void state(KINFO *, VARENT *);
-void tdnam(KINFO *, VARENT *);
void tdev(KINFO *, VARENT *);
+void tdnam(KINFO *, VARENT *);
void tname(KINFO *, VARENT *);
void ucomm(KINFO *, VARENT *);
void uname(KINFO *, VARENT *);
OpenPOWER on IntegriCloud