diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/sd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 9c13c841f5f..350c281f6d3 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd.c,v 1.117 2007/02/03 23:47:18 bluhm Exp $ */ +/* $OpenBSD: sd.c,v 1.118 2007/02/12 00:30:17 krw Exp $ */ /* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */ /*- @@ -1045,7 +1045,6 @@ sdgetdisklabel(dev, sd, lp, clp, spoofonly) spoofonly); if (errstring) { /*printf("%s: %s\n", sd->sc_dev.dv_xname, errstring);*/ - return; } } |