aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-10-02 20:33:52 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-10-02 20:33:52 +0000
commit0d6326492bf73633cadded7aff64290d93103128 (patch)
treefd16f0ff58f4e919bd04b0c16cd0fdeb36340496 /bin/ps/extern.h
parent551cf4e1503e868324f01a6c98262a8e4c7b8cdb (diff)
Notes
Diffstat (limited to 'bin/ps/extern.h')
-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 4c55025ab551..c11346250116 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -59,7 +59,7 @@ void logname(KINFO *, VARENT *);
void longtname(KINFO *, VARENT *);
void lstarted(KINFO *, VARENT *);
void maxrss(KINFO *, VARENT *);
-void mtxname(KINFO *, VARENT *);
+void lockname(KINFO *, VARENT *);
void mwchan(KINFO *, VARENT *);
void pagein(KINFO *, VARENT *);
void parsefmt(const char *);