Module Name:    src
Committed By:   martin
Date:           Mon Feb  5 15:11:54 UTC 2018

Modified Files:
        src/sys/arch/x86/x86 [netbsd-8]: vmt.c

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #532):
        sys/arch/x86/x86/vmt.c: revision 1.20
Add line break.


To generate a diff of this commit:
cvs rdiff -u -r1.17.2.1 -r1.17.2.2 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.17.2.1 src/sys/arch/x86/x86/vmt.c:1.17.2.2
--- src/sys/arch/x86/x86/vmt.c:1.17.2.1	Wed Oct 25 07:05:55 2017
+++ src/sys/arch/x86/x86/vmt.c	Mon Feb  5 15:11:54 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: vmt.c,v 1.17.2.1 2017/10/25 07:05:55 snj Exp $ */
+/* $NetBSD: vmt.c,v 1.17.2.2 2018/02/05 15:11:54 martin 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;

Reply via email to