-/* $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 $ */
/*-
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXCOMLEN */
#include <sys/time.h>
#include <sys/signal.h>
#include <sys/resource.h>
-/* $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 $ */
/*-
* 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>
-/* $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 $ */
/*-
* 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>