diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 14:35:54 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 14:35:54 +0000 |
commit | 82a9cd0afc7c1c728d2ab6d16cd275ed079a7a61 (patch) | |
tree | d53b452ff4b5b1185dd1bedbdb0f28746fafa434 /sys/arch/sparc64/stand/ofwboot | |
parent | 6d8fa2ef2112f560de3a2080584822c9a2f8fece (diff) |
Remove DEBUG, it's too chatty.
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/boot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c index bad2bd45cba..e05d045af91 100644 --- a/sys/arch/sparc64/stand/ofwboot/boot.c +++ b/sys/arch/sparc64/stand/ofwboot/boot.c @@ -1,6 +1,5 @@ -/* $OpenBSD: boot.c,v 1.3 2001/08/20 19:55:33 jason Exp $ */ +/* $OpenBSD: boot.c,v 1.4 2001/08/23 14:35:53 art Exp $ */ /* $NetBSD: boot.c,v 1.3 2001/05/31 08:55:19 mrg Exp $ */ -#define DEBUG /* * Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved. * Copyright (c) 1997 Jason R. Thorpe. All rights reserved. |