diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-18 21:09:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-18 21:09:58 +0000 |
commit | 6260173d88ec6e5a94e2f6438102733bfd6360d6 (patch) | |
tree | 4b0b4998dadb4a704a43dec1c0a1b59dc71fb33d /sys/dev/isa/wd.c | |
parent | c6d1facb60e32de9db22c8d406a50ef21b0a1a4c (diff) |
oops
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 b4251a2d757..e388b4cf4f5 100644 --- a/sys/dev/isa/wd.c +++ b/sys/dev/isa/wd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wd.c,v 1.30 1997/10/18 10:37:14 deraadt Exp $ */ +/* $OpenBSD: wd.c,v 1.31 1997/10/18 21:09:57 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; } |