diff options
author | 2001-08-23 14:35:53 +0000 | |
---|---|---|
committer | 2001-08-23 14:35:53 +0000 | |
commit | 48bab2e7cc2b71af659509bdb9f2f263179eae6a (patch) | |
tree | ce8ed852f5d953d721b337a3cd77fe75bf2bc76e | |
parent | pciide works. (diff) | |
download | wireguard-openbsd-48bab2e7cc2b71af659509bdb9f2f263179eae6a.tar.xz wireguard-openbsd-48bab2e7cc2b71af659509bdb9f2f263179eae6a.zip |
Remove DEBUG, it's too chatty.
-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. |