summaryrefslogtreecommitdiff
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-01-05 04:10:37 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-01-05 04:10:37 +0000
commit012aa1dc47e5ebf4c38456a995f2c093db0de9ca (patch)
treef9715fc975b717f62b7e5db446c4ee87c130e72f /bin/ps/extern.h
parent8e3d3b9c98f587837563e9caa0bf7ed4bc76432f (diff)
Delete 'emul' keyword: it's been just returned 'native' for a long time
ok jsg@ deraadt@
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 2b27c814705..385229fcc00 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.22 2021/08/28 20:54:54 chrisz Exp $ */
+/* $OpenBSD: extern.h,v 1.23 2022/01/05 04:10:36 guenther Exp $ */
/* $NetBSD: extern.h,v 1.10 1995/05/21 13:38:27 mycroft Exp $ */
/*-
@@ -47,7 +47,6 @@ __BEGIN_DECLS
void command(const struct kinfo_proc *, VARENT *);
void cputime(const struct kinfo_proc *, VARENT *);
int donlist(void);
-void emulname(const struct kinfo_proc *, VARENT *);
void elapsed(const struct kinfo_proc *, VARENT *);
double getpcpu(const struct kinfo_proc *);
double getpmem(const struct kinfo_proc *);