Add \n to end of autoconf message.
This commit is contained in:
parent
493d9bc7e2
commit
e099b5edda
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mc146818.c,v 1.8 2006/09/04 23:45:30 gdamore Exp $ */
|
||||
/* $NetBSD: mc146818.c,v 1.9 2006/09/06 06:26:54 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 Izumi Tsutsui. All rights reserved.
|
||||
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mc146818.c,v 1.8 2006/09/04 23:45:30 gdamore Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mc146818.c,v 1.9 2006/09/06 06:26:54 simonb Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -59,7 +59,7 @@ mc146818_attach(struct mc146818_softc *sc)
|
|||
panic("mc146818_attach: invalid read/write functions");
|
||||
#endif
|
||||
|
||||
printf(": mc146818 compatible time-of-day clock");
|
||||
printf(": mc146818 compatible time-of-day clock\n");
|
||||
|
||||
handle = &sc->sc_handle;
|
||||
handle->cookie = sc;
|
||||
|
|
Loading…
Reference in New Issue