Module Name: src
Committed By: jklos
Date: Tue Mar 6 22:50:24 UTC 2012
Modified Files:
src/sys/arch/vax/vax: clock.c
Log Message:
Missing end of line.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/vax/vax/clock.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/vax/vax/clock.c
diff -u src/sys/arch/vax/vax/clock.c:1.55 src/sys/arch/vax/vax/clock.c:1.56
--- src/sys/arch/vax/vax/clock.c:1.55 Tue Dec 14 23:44:49 2010
+++ src/sys/arch/vax/vax/clock.c Tue Mar 6 22:50:24 2012
@@ -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 @@ chip_gettime(struct timeval *tvp)
#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) {