Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Removed unused opt_wapbl.h include.



details:   https://anonhg.NetBSD.org/src/rev/f428da33d46b
branches:  trunk
changeset: 368608:f428da33d46b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Jul 21 14:07:16 2022 +0000

description:
Removed unused opt_wapbl.h include.

diffstat:

 sys/kern/init_main.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5f492e7af00f -r f428da33d46b sys/kern/init_main.c
--- a/sys/kern/init_main.c      Thu Jul 21 10:09:20 2022 +0000
+++ b/sys/kern/init_main.c      Thu Jul 21 14:07:16 2022 +0000
@@ -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 @@
 #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"



Home | Main Index | Thread Index | Old Index