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 in previous revision so that the scs...
details: https://anonhg.NetBSD.org/src/rev/603fa318be0c
branches: trunk
changeset: 510229:603fa318be0c
user: chs <chs%NetBSD.org@localhost>
date: Wed May 23 02:16:19 2001 +0000
description:
fix typo in previous revision so that the scsi code compiles again.
diffstat:
sys/dev/scsipi/sdvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0f7236eb52b5 -r 603fa318be0c sys/dev/scsipi/sdvar.h
--- a/sys/dev/scsipi/sdvar.h Wed May 23 02:14:07 2001 +0000
+++ b/sys/dev/scsipi/sdvar.h Wed May 23 02:16:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sdvar.h,v 1.14 2001/05/22 18:59:57 mjacob Exp $ */
+/* $NetBSD: sdvar.h,v 1.15 2001/05/23 02:16:19 chs Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
#endif
#ifndef SD_IO_TIMEOUT
-#define SDT_IO_IMEOUT (60 * 1000)
+#define SD_IO_TIMEOUT (60 * 1000)
#endif
struct sd_ops;
Home |
Main Index |
Thread Index |
Old Index