Module Name:    src
Committed By:   mrg
Date:           Tue May 18 05:16:10 UTC 2021

Modified Files:
        src/sys/kern: files.kern

Log Message:
s/defopt/defflag/.  2021 called to remind me it's still 2021.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/kern/files.kern

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/files.kern
diff -u src/sys/kern/files.kern:1.55 src/sys/kern/files.kern:1.56
--- src/sys/kern/files.kern:1.55	Mon May 17 08:50:36 2021
+++ src/sys/kern/files.kern	Tue May 18 05:16:09 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: files.kern,v 1.55 2021/05/17 08:50:36 mrg Exp $
+#	$NetBSD: files.kern,v 1.56 2021/05/18 05:16:09 mrg Exp $
 
 #
 # kernel sources
@@ -115,7 +115,7 @@ file	kern/subr_device.c		kern
 file	kern/subr_devsw.c		kern
 file	kern/subr_disk.c		kern
 file	kern/subr_disklabel.c		kern
-defopt opt_disklabel.h			DISKLABEL_EI
+defflag opt_disklabel.h			DISKLABEL_EI
 file	kern/subr_disk_open.c		kern
 file	kern/subr_emul.c		kern
 file	kern/subr_evcnt.c		kern

Reply via email to