summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-09 20:42:38 +0000
committerphk <phk@FreeBSD.org>1995-12-09 20:42:38 +0000
commit37ba510363b37d063e0d337e3d63dd626661df15 (patch)
treec5052740e0a37e42faad1682d193b5e2212a33af /sys/scsi/sd.c
parentb4ab7c240eb1933d38ac085773a6728b7a7c75bc (diff)
downloadFreeBSD-src-37ba510363b37d063e0d337e3d63dd626661df15.zip
FreeBSD-src-37ba510363b37d063e0d337e3d63dd626661df15.tar.gz
scsi_tape.h had some old cruft that looked like missing typedefs or
something. Cleanup some lint in sd.c and st.c.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 92604f8..dd92861 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.76 1995/12/08 11:18:53 julian Exp $
+ * $Id: sd.c,v 1.77 1995/12/08 23:22:25 phk Exp $
*/
#define SPLSD splbio
@@ -45,7 +45,7 @@
#include <machine/md_var.h>
#include <i386/i386/cons.h> /* XXX *//* for aborting dump */
-u_int32 sdstrats, sdqueues;
+static u_int32 sdstrats, sdqueues;
#define SECSIZE 512
#define SDOUTSTANDING 4
@@ -188,7 +188,6 @@ sdattach(struct scsi_link *sc_link)
{
u_int32 unit;
struct disk_parms *dp;
- char name[32];
struct scsi_data *sd = sc_link->sd;
OpenPOWER on IntegriCloud