Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Don't include "opt_kcsan.h" since there's already <...



details:   https://anonhg.NetBSD.org/src/rev/2f5e76b83159
branches:  trunk
changeset: 846396:2f5e76b83159
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Nov 14 16:56:13 2019 +0000

description:
Don't include "opt_kcsan.h" since there's already <sys/csan.h> included.

diffstat:

 sys/kern/subr_csan.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 675a61b3ba53 -r 2f5e76b83159 sys/kern/subr_csan.c
--- a/sys/kern/subr_csan.c      Thu Nov 14 16:48:51 2019 +0000
+++ b/sys/kern/subr_csan.c      Thu Nov 14 16:56:13 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_csan.c,v 1.3 2019/11/08 12:36:10 maxv Exp $       */
+/*     $NetBSD: subr_csan.c,v 1.4 2019/11/14 16:56:13 maxv Exp $       */
 
 /*
  * Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -30,9 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_csan.c,v 1.3 2019/11/08 12:36:10 maxv Exp $");
-
-#include "opt_kcsan.h"
+__KERNEL_RCSID(0, "$NetBSD: subr_csan.c,v 1.4 2019/11/14 16:56:13 maxv Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>



Home | Main Index | Thread Index | Old Index