Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Missing end of line.



details:   https://anonhg.NetBSD.org/src/rev/064e8142a134
branches:  trunk
changeset: 777859:064e8142a134
user:      jklos <jklos%NetBSD.org@localhost>
date:      Tue Mar 06 22:50:24 2012 +0000

description:
Missing end of line.

diffstat:

 sys/arch/vax/vax/clock.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9c8a02934318 -r 064e8142a134 sys/arch/vax/vax/clock.c
--- a/sys/arch/vax/vax/clock.c  Tue Mar 06 18:29:23 2012 +0000
+++ b/sys/arch/vax/vax/clock.c  Tue Mar 06 22:50:24 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.55 2010/12/14 23:44:49 matt Exp $   */
+/*     $NetBSD: clock.c,v 1.56 2012/03/06 22:50:24 jklos Exp $  */
 /*
  * Copyright (c) 1995 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.55 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.56 2012/03/06 22:50:24 jklos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -277,7 +277,7 @@
 #endif
 
        if ((REGPEEK(CSRD_OFF) & CSRD_VRT) == 0) {
-               printf("WARNING: TOY clock not marked valid");
+               printf("WARNING: TOY clock not marked valid\n");
                return EINVAL;
        }
        while (REGPEEK(CSRA_OFF) & CSRA_UIP) {



Home | Main Index | Thread Index | Old Index