Module Name:    src
Committed By:   simonb
Date:           Thu Jul 21 14:07:16 UTC 2022

Modified Files:
        src/sys/kern: init_main.c

Log Message:
Removed unused opt_wapbl.h include.


To generate a diff of this commit:
cvs rdiff -u -r1.539 -r1.540 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/init_main.c
diff -u src/sys/kern/init_main.c:1.539 src/sys/kern/init_main.c:1.540
--- src/sys/kern/init_main.c:1.539	Sat Jun 18 22:11:01 2022
+++ src/sys/kern/init_main.c	Thu Jul 21 14:07:16 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: init_main.c,v 1.539 2022/06/18 22:11:01 andvar Exp $	*/
+/*	$NetBSD: init_main.c,v 1.540 2022/07/21 14:07:16 simonb Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2009, 2019 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.539 2022/06/18 22:11:01 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.540 2022/07/21 14:07:16 simonb Exp $");
 
 #include "opt_cnmagic.h"
 #include "opt_ddb.h"
@@ -112,7 +112,6 @@ __KERNEL_RCSID(0, "$NetBSD: init_main.c,
 #include "opt_ktrace.h"
 #include "opt_pax.h"
 #include "opt_compat_netbsd.h"
-#include "opt_wapbl.h"
 #include "opt_ptrace.h"
 #include "opt_splash.h"
 #include "opt_kernhist.h"

Reply via email to