From 3fff00a9c9c70dda5dd34f07ae070b52578a2623 Mon Sep 17 00:00:00 2001 From: todd Date: Wed, 21 Jul 2010 21:34:12 +0000 Subject: [PATCH] let mpath build again even though it is disabled ok dlg@ --- sys/scsi/mpath.c | 3 +-- 1 file changed, 1 insertion(+), 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 @@ -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; -- 2.20.1