Source-Changes-HG archive

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

[src/trunk]: src/sys/kern s/defopt/defflag/. 2021 called to remind me it's s...



details:   https://anonhg.NetBSD.org/src/rev/37c0caabcd31
branches:  trunk
changeset: 379186:37c0caabcd31
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue May 18 05:16:09 2021 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 3b9d54964667 -r 37c0caabcd31 sys/kern/files.kern
--- a/sys/kern/files.kern       Tue May 18 01:46:29 2021 +0000
+++ b/sys/kern/files.kern       Tue May 18 05:16:09 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index