Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Fix typo pointed out by Patrick Welche on cur...
details: https://anonhg.NetBSD.org/src/rev/9d1fcacce4a9
branches: trunk
changeset: 569554:9d1fcacce4a9
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Aug 23 20:01:10 2004 +0000
description:
Fix typo pointed out by Patrick Welche on current-users@
diffstat:
sys/dev/scsipi/scsipi_base.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cfbe48d232f3 -r 9d1fcacce4a9 sys/dev/scsipi/scsipi_base.c
--- a/sys/dev/scsipi/scsipi_base.c Mon Aug 23 19:45:36 2004 +0000
+++ b/sys/dev/scsipi/scsipi_base.c Mon Aug 23 20:01:10 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsipi_base.c,v 1.108 2004/08/21 21:29:39 thorpej Exp $ */
+/* $NetBSD: scsipi_base.c,v 1.109 2004/08/23 20:01:10 bouyer Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.108 2004/08/21 21:29:39 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.109 2004/08/23 20:01:10 bouyer Exp $");
#include "opt_scsi.h"
@@ -2635,7 +2635,7 @@
}
void
-show_scsipi_cmd(strict scsipi_xfer *xs)
+show_scsipi_cmd(struct scsipi_xfer *xs)
{
u_char *b = (u_char *) xs->cmd;
int i = 0;
Home |
Main Index |
Thread Index |
Old Index