diff options
| author | christos <christos@NetBSD.org> | 1996-10-10 23:44:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1996-10-10 23:44:49 +0000 |
| commit | a60beecedbcb9727ccc3afdec64801e25892e405 (patch) | |
| tree | a6fafd22266752bd5c2721ef37677f14c02c80b6 /sys/dev/dec/mcclock.c | |
| parent | 9beb92aad72de7d89a7d7ac135138a92132e205f (diff) | |
printf -> kprintf, sprintf -> ksprintf
Diffstat (limited to 'sys/dev/dec/mcclock.c')
| -rw-r--r-- | sys/dev/dec/mcclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
