From a60beecedbcb9727ccc3afdec64801e25892e405 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 10 Oct 1996 23:44:49 +0000 Subject: printf -> kprintf, sprintf -> ksprintf --- sys/dev/dec/mcclock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/dec/mcclock.c b/sys/dev/dec/mcclock.c index 1a4c48b10eb..68934105698 100644 --- a/sys/dev/dec/mcclock.c +++ b/sys/dev/dec/mcclock.c @@ -1,4 +1,4 @@ -/* $NetBSD: mcclock.c,v 1.2 1996/04/17 22:22:32 cgd Exp $ */ +/* $NetBSD: mcclock.c,v 1.3 1996/10/10 23:50:35 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -59,7 +59,7 @@ mcclock_attach(sc, busfns) const struct mcclock_busfns *busfns; { - printf(": mc146818 or compatible"); + kprintf(": mc146818 or compatible"); sc->sc_busfns = busfns; -- cgit