diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2010-07-21 21:34:13 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2010-07-21 21:34:13 +0000 |
commit | baa1749f62cf123b84fb88a4921862fe7d67f991 (patch) | |
tree | ed04205b9bcad9b92455d3b0a45d06fe61980e19 /sys/scsi/mpath.c | |
parent | 95d2b2686990fda06d4e47405bb923835ea21d14 (diff) |
let mpath build again even though it is disabled
ok dlg@
Diffstat (limited to 'sys/scsi/mpath.c')
-rw-r--r-- | sys/scsi/mpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/mpath.c b/sys/scsi/mpath.c index 62bde10fa29..239b2bb5c09 100644 --- a/sys/scsi/mpath.c +++ b/sys/scsi/mpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath.c,v 1.17 2010/07/01 03:01:37 matthew Exp $ */ +/* $OpenBSD: mpath.c,v 1.18 2010/07/21 21:34:12 todd Exp $ */ /* * Copyright (c) 2009 David Gwynne <dlg@openbsd.org> @@ -175,7 +175,6 @@ void mpath_done(struct scsi_xfer *mxs) { struct scsi_xfer *xs = mxs->cookie; - int s; xs->error = mxs->error; xs->status = mxs->status; |