diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1999-08-14 04:47:48 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1999-08-14 04:47:48 +0000 |
commit | 24ec013daf8fd859c91af7bdf060b1e1400a5cf0 (patch) | |
tree | 639cae7bdab7c696abed2cb5911eaebbae9b295e /sys/arch/hppa | |
parent | 29977c72d75e0cbe189812140b7865285936ee54 (diff) |
debugging off by default. ok mickey@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c index 33fe102add3..d80dc1d5f76 100644 --- a/sys/arch/hppa/stand/boot/conf.c +++ b/sys/arch/hppa/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.10 1999/06/22 20:39:05 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.11 1999/08/14 04:47:47 todd Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -38,7 +38,7 @@ #include <dev/cons.h> const char version[] = "0.5"; -int debug = 1; +int debug = 0; const struct x_sw execsw[] = { { "elf", elf_probe, elf_load/*, elf_ldsym */ }, |