further improvements in sys/param.h annotation and removal.
authorderaadt <deraadt@openbsd.org>
Wed, 1 Dec 2021 18:21:23 +0000 (18:21 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 1 Dec 2021 18:21:23 +0000 (18:21 +0000)
bin/ps/nlist.c
bin/ps/print.c
bin/ps/ps.c

index e762367..dc74fa5 100644 (file)
@@ -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 <sys/param.h> /* MAXCOMLEN */
 #include <sys/time.h>
 #include <sys/signal.h>
 #include <sys/resource.h>
index d929d98..29ae2ec 100644 (file)
@@ -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 <sys/param.h> /* MAXCOMLEN PZERO NODEV */
+#include <sys/param.h> /* PZERO NODEV */
 #include <sys/types.h>
+#include <sys/signal.h>
 #include <sys/proc.h>
 #include <sys/stat.h>
 
index 9ba02d1..6c7c68b 100644 (file)
@@ -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 <sys/param.h> /* MAXCOMLEN NODEV */
+#include <sys/param.h> /* NODEV */
 #include <sys/types.h>
+#include <sys/signal.h>
 #include <sys/sysctl.h>
 #include <sys/time.h>
 #include <sys/resource.h>