summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sctarg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/sctarg.c')
-rw-r--r--sys/scsi/sctarg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c
index de3e748..a4045a0 100644
--- a/sys/scsi/sctarg.c
+++ b/sys/scsi/sctarg.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sctarg.c,v 1.8 1995/11/29 14:41:00 julian Exp $
+ * $Id: sctarg.c,v 1.9 1995/12/08 11:18:51 julian Exp $
*/
/*
@@ -79,7 +79,7 @@ static d_ioctl_t sctargioctl;
static d_strategy_t sctargstrategy;
#define CDEV_MAJOR 65
-struct cdevsw sctarg_cdevsw =
+static struct cdevsw sctarg_cdevsw =
{ sctargopen, sctargclose, rawread, rawwrite, /*65*/
sctargioctl, nostop, nullreset, nodevtotty,/* sctarg */
seltrue, nommap, sctargstrategy, "sctarg", NULL, -1 };
OpenPOWER on IntegriCloud