diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-09 06:11:36 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-09 06:11:36 +0000 |
commit | d7a6ab28035779065026b70dca440892d819c0bc (patch) | |
tree | 930fd4603b42a095e9f3669517dea29274323575 /sys/scsi | |
parent | 4538098d0b3fbe09f64c578b730483a6e77ff40f (diff) | |
download | FreeBSD-src-d7a6ab28035779065026b70dca440892d819c0bc.zip FreeBSD-src-d7a6ab28035779065026b70dca440892d819c0bc.tar.gz |
Staticize.
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/worm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c index da29b64..9a93519 100644 --- a/sys/scsi/worm.c +++ b/sys/scsi/worm.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: worm.c,v 1.50 1997/12/26 14:52:29 joerg Exp $ + * $Id: worm.c,v 1.51 1998/01/24 02:54:53 eivind Exp $ */ #include "opt_bounce.h" @@ -110,7 +110,7 @@ struct scsi_data int error; /* last error */ }; -struct { +static struct { int asc; int devmode; int error; |