Oops, missed one in last.
This commit is contained in:
parent
cb3eb355e7
commit
f6b6634f46
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: scsipiconf.c,v 1.22 2004/08/21 21:30:29 thorpej Exp $ */
|
||||
/* $NetBSD: scsipiconf.c,v 1.23 2004/08/21 21:30:58 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -55,7 +55,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: scsipiconf.c,v 1.22 2004/08/21 21:30:29 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: scsipiconf.c,v 1.23 2004/08/21 21:30:58 thorpej Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -176,7 +176,7 @@ scsipi_inqmatch(struct scsipi_inquiry_pattern *inqbuf, caddr_t base,
|
|||
const char *
|
||||
scsipi_dtype(int type)
|
||||
{
|
||||
char *dtype;
|
||||
const char *dtype;
|
||||
|
||||
switch (type) {
|
||||
case T_DIRECT:
|
||||
|
|
Loading…
Reference in New Issue