Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Oops, missed one in last.



details:   https://anonhg.NetBSD.org/src/rev/3f3450f543ef
branches:  trunk
changeset: 569477:3f3450f543ef
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Aug 21 21:30:58 2004 +0000

description:
Oops, missed one in last.

diffstat:

 sys/dev/scsipi/scsipiconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3cd12d969f1b -r 3f3450f543ef sys/dev/scsipi/scsipiconf.c
--- a/sys/dev/scsipi/scsipiconf.c       Sat Aug 21 21:30:29 2004 +0000
+++ b/sys/dev/scsipi/scsipiconf.c       Sat Aug 21 21:30:58 2004 +0000
@@ -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 @@
 const char *
 scsipi_dtype(int type)
 {
-       char *dtype;
+       const char *dtype;
 
        switch (type) {
        case T_DIRECT:



Home | Main Index | Thread Index | Old Index