diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-18 10:37:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-18 10:37:20 +0000 |
commit | ffa2ea42b8b116d148c113bea0d2458accd19a2a (patch) | |
tree | f5558b2b36d01865a51095125be30f0f8fdcfc85 /sys/dev/isa/wd.c | |
parent | 035e821a9286f8b53fc595a4155f108852b2968a (diff) |
avoid "no disklabel" error messages
Diffstat (limited to 'sys/dev/isa/wd.c')
-rw-r--r-- | sys/dev/isa/wd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wd.c b/sys/dev/isa/wd.c index d79a46e3259..b4251a2d757 100644 --- a/sys/dev/isa/wd.c +++ b/sys/dev/isa/wd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wd.c,v 1.29 1997/09/13 14:18:44 niklas Exp $ */ +/* $OpenBSD: wd.c,v 1.30 1997/10/18 10:37:14 deraadt Exp $ */ /* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */ /* @@ -567,7 +567,7 @@ wdgetdisklabel(dev, wd) wd->sc_dk.dk_cpulabel); } if (errstring) { - printf("%s: %s\n", wd->sc_dev.dv_xname, errstring); + */printf("%s: %s\n", wd->sc_dev.dv_xname, errstring);*/ return; } |