sys/core.h is not needed by these files, therefore sys/param.h isn't
authorderaadt <deraadt@openbsd.org>
Wed, 1 Dec 2021 21:45:19 +0000 (21:45 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 1 Dec 2021 21:45:19 +0000 (21:45 +0000)
needed for MAXCOMLEN either

lib/libkvm/kvm_arm.c
lib/libkvm/kvm_arm64.c
lib/libkvm/kvm_m88k.c
lib/libkvm/kvm_powerpc.c
lib/libkvm/kvm_powerpc64.c
lib/libkvm/kvm_riscv64.c
lib/libkvm/kvm_sh.c
lib/libkvm/kvm_sparc64.c

index faa860a..45e8325 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_arm.c,v 1.11 2021/12/01 16:53:28 deraadt Exp $    */
+/*     $OpenBSD: kvm_arm.c,v 1.12 2021/12/01 21:45:19 deraadt Exp $    */
 /*
  * Copyright (c) 2006 Miodrag Vallat.
  *
@@ -50,9 +50,7 @@
  * ARM machine dependent routines for kvm.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 
 #include <unistd.h>
index dab933b..c37e6e7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_arm64.c,v 1.2 2021/12/01 16:53:28 deraadt Exp $   */
+/*     $OpenBSD: kvm_arm64.c,v 1.3 2021/12/01 21:45:19 deraadt Exp $   */
 /*
  * Copyright (c) 2006 Miodrag Vallat.
  *
@@ -50,9 +50,7 @@
  * ARM64 machine dependent routines for kvm.
  */
 
-#include <sys/param.h> /* MAXCOMLEN for sys/core.h */
 #include <sys/types.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 
 #include <unistd.h>
@@ -64,7 +62,7 @@
 
 #include "kvm_private.h"
 
-#include <arm64/kcore.h>
+#include <machine/kcore.h>
 
 void
 _kvm_freevtop(kvm_t *kd)
index ea47115..d37b00d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_m88k.c,v 1.7 2021/12/01 16:53:28 deraadt Exp $    */
+/*     $OpenBSD: kvm_m88k.c,v 1.8 2021/12/01 21:45:19 deraadt Exp $    */
 /*     $NetBSD: kvm_alpha.c,v 1.2 1995/09/29 03:57:48 cgd Exp $        */
 
 /*
@@ -28,7 +28,6 @@
  * rights to redistribute these changes.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
 #include <sys/signal.h>
 #include <sys/proc.h>
index 8693c56..0708602 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_powerpc.c,v 1.11 2021/12/01 16:53:28 deraadt Exp $        */
+/*     $OpenBSD: kvm_powerpc.c,v 1.12 2021/12/01 21:45:19 deraadt Exp $        */
 
 /*-
  * Copyright (C) 1996 Wolfgang Solfrank.
  * PowerPC machine dependent routines for kvm.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
 #include <sys/signal.h>
 #include <sys/proc.h>
 #include <sys/stat.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 #include <unistd.h>
 #include <nlist.h>
index 80239b8..ebe9e1e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_powerpc64.c,v 1.2 2021/12/01 16:53:28 deraadt Exp $       */
+/*     $OpenBSD: kvm_powerpc64.c,v 1.3 2021/12/01 21:45:19 deraadt Exp $       */
 
 /*
  * Copyright (c) 2007 Miodrag Vallat.
@@ -17,9 +17,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 
 #include <unistd.h>
index 68a5d64..87328ba 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_riscv64.c,v 1.2 2021/12/01 16:53:28 deraadt Exp $ */
+/*     $OpenBSD: kvm_riscv64.c,v 1.3 2021/12/01 21:45:19 deraadt Exp $ */
 /*
  * Copyright (c) 2006 Miodrag Vallat.
  *
@@ -50,9 +50,7 @@
  * RISCV machine dependent routines for kvm.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 
 #include <unistd.h>
index 4017e85..d5a6adf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_sh.c,v 1.8 2021/12/01 16:53:28 deraadt Exp $      */
+/*     $OpenBSD: kvm_sh.c,v 1.9 2021/12/01 21:45:19 deraadt Exp $      */
 
 /*
  * Copyright (c) 2007 Miodrag Vallat.
@@ -17,9 +17,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 
 #include <unistd.h>
index d73b80f..388420e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_sparc64.c,v 1.12 2021/12/01 16:53:28 deraadt Exp $        */
+/*     $OpenBSD: kvm_sparc64.c,v 1.13 2021/12/01 21:45:19 deraadt Exp $        */
 /*     $NetBSD: kvm_sparc64.c,v 1.7 2001/08/05 03:33:15 matt Exp $     */
 
 /*-
  * vm code will one day obsolete this module.
  */
 
-#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/types.h>
 #include <sys/signal.h>
 #include <sys/exec.h>
 #include <sys/proc.h>
 #include <sys/stat.h>
-#include <sys/core.h>
 #include <sys/kcore.h>
 #include <unistd.h>
 #include <nlist.h>