diff options
author | gene <gene@cvs.openbsd.org> | 1998-05-22 05:26:44 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-05-22 05:26:44 +0000 |
commit | 3655a6a3ef027aac3d02c17366ce144f69aeff46 (patch) | |
tree | 89d7a49638d907b1b57575433b75587c693e4f9a /sys/arch/mac68k | |
parent | c1f10a222f58b2552d3391ae7fa8695e474a9fbd (diff) |
Delete a NetBSD <-> OpenBSD "oops" from my previous merge.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/clock.c b/sys/arch/mac68k/mac68k/clock.c index 3fc8f754680..e628e057b74 100644 --- a/sys/arch/mac68k/mac68k/clock.c +++ b/sys/arch/mac68k/mac68k/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.11 1998/02/13 04:35:51 gene Exp $ */ +/* $OpenBSD: clock.c,v 1.12 1998/05/22 05:26:43 gene Exp $ */ /* $NetBSD: clock.c,v 1.36 1997/10/07 03:04:55 scottr Exp $ */ /* @@ -408,7 +408,7 @@ resettodr() pram_settime(ugmt_2_pramt(time.tv_sec + macos_gmtbias * 60)); #ifdef DEBUG else if (clock_debug) - printf("NetBSD/mac68k does not trust itself to try and write " + printf("OpenBSD/mac68k does not trust itself to try and write " "to the PRAM on this system.\n"); #endif } |