repair sys/param.h namespace list
authorderaadt <deraadt@openbsd.org>
Tue, 22 Feb 2022 03:40:55 +0000 (03:40 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 22 Feb 2022 03:40:55 +0000 (03:40 +0000)
usr.bin/kdump/kdump.c

index 3ba2329..a7fe190 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kdump.c,v 1.146 2022/02/22 03:31:50 deraadt Exp $     */
+/*     $OpenBSD: kdump.c,v 1.147 2022/02/22 03:40:55 deraadt Exp $     */
 
 /*-
  * Copyright (c) 1988, 1993
@@ -29,7 +29,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h> /* MAXCOMLEN nitems */
+#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/time.h>
 #include <sys/signal.h>
 #include <sys/uio.h>