From acd8f640c2a03bfadc620806a1621453d98b7c16 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 1 Dec 2021 18:21:23 +0000 Subject: [PATCH] further improvements in sys/param.h annotation and removal. --- bin/ps/nlist.c | 3 +-- bin/ps/print.c | 5 +++-- bin/ps/ps.c | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index e762367518b..dc74fa5a5c6 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nlist.c,v 1.21 2019/06/28 13:34:59 deraadt Exp $ */ +/* $OpenBSD: nlist.c,v 1.22 2021/12/01 18:21:23 deraadt Exp $ */ /* $NetBSD: nlist.c,v 1.11 1995/03/21 09:08:03 cgd Exp $ */ /*- @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include /* MAXCOMLEN */ #include #include #include diff --git a/bin/ps/print.c b/bin/ps/print.c index d929d98ecbf..29ae2ec06cb 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.77 2021/08/28 20:54:54 chrisz Exp $ */ +/* $OpenBSD: print.c,v 1.78 2021/12/01 18:21:23 deraadt Exp $ */ /* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */ /*- @@ -30,8 +30,9 @@ * SUCH DAMAGE. */ -#include /* MAXCOMLEN PZERO NODEV */ +#include /* PZERO NODEV */ #include +#include #include #include diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 9ba02d19c70..6c7c68ba81b 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ps.c,v 1.77 2021/07/12 15:09:18 beck Exp $ */ +/* $OpenBSD: ps.c,v 1.78 2021/12/01 18:21:23 deraadt Exp $ */ /* $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $ */ /*- @@ -30,8 +30,9 @@ * SUCH DAMAGE. */ -#include /* MAXCOMLEN NODEV */ +#include /* NODEV */ #include +#include #include #include #include -- 2.20.1