Module Name:    src
Committed By:   maxv
Date:           Thu Nov 14 16:56:13 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_csan.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/subr_csan.c
diff -u src/sys/kern/subr_csan.c:1.3 src/sys/kern/subr_csan.c:1.4
--- src/sys/kern/subr_csan.c:1.3	Fri Nov  8 12:36:10 2019
+++ src/sys/kern/subr_csan.c	Thu Nov 14 16:56:13 2019
@@ -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>

Reply via email to