Module Name: src
Committed By: nakayama
Date: Fri Dec 29 07:53:33 UTC 2017
Modified Files:
src/sys/arch/x86/x86: vmt.c
Log Message:
Add line break.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/vmt.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/arch/x86/x86/vmt.c
diff -u src/sys/arch/x86/x86/vmt.c:1.19 src/sys/arch/x86/x86/vmt.c:1.20
--- src/sys/arch/x86/x86/vmt.c:1.19 Tue Oct 17 06:50:00 2017
+++ src/sys/arch/x86/x86/vmt.c Fri Dec 29 07:53:33 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: vmt.c,v 1.19 2017/10/17 06:50:00 maya Exp $ */
+/* $NetBSD: vmt.c,v 1.20 2017/12/29 07:53:33 nakayama Exp $ */
/* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
/*
@@ -179,6 +179,7 @@ vmt_attach(device_t parent, device_t sel
struct vmt_softc *sc = device_private(self);
aprint_naive("\n");
+ aprint_normal("\n");
sc->sc_dev = self;
sc->sc_log = NULL;