Module Name: src
Committed By: ryoon
Date: Sun Sep 15 12:54:21 UTC 2019
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
Replace major number in MAKEDEV for vhci
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/etc/MAKEDEV.tmpl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.206 src/etc/MAKEDEV.tmpl:1.207
--- src/etc/MAKEDEV.tmpl:1.206 Sat Sep 14 06:57:52 2019
+++ src/etc/MAKEDEV.tmpl Sun Sep 15 12:54:21 2019
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.206 2019/09/14 06:57:52 maxv Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.207 2019/09/15 12:54:21 ryoon Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1794,7 +1794,7 @@ veriexec)
;;
vhci)
- mkdev vhci c %vhci% 0
+ mkdev vhci c %vhci_chr% 0
;;
ttyv[0-9]*)