Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/dti Fix typo on ANSIfy in 2005. PR port-arc/42523
details: https://anonhg.NetBSD.org/src/rev/d147f033e10b
branches: trunk
changeset: 750352:d147f033e10b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Dec 27 08:31:10 2009 +0000
description:
Fix typo on ANSIfy in 2005. PR port-arc/42523
diffstat:
sys/arch/arc/dti/btl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b82e03dbb11e -r d147f033e10b sys/arch/arc/dti/btl.c
--- a/sys/arch/arc/dti/btl.c Sun Dec 27 05:14:56 2009 +0000
+++ b/sys/arch/arc/dti/btl.c Sun Dec 27 08:31:10 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: btl.c,v 1.23 2009/11/27 03:23:04 rmind Exp $ */
+/* $NetBSD: btl.c,v 1.24 2009/12/27 08:31:10 tsutsui Exp $ */
/* NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp */
#undef BTDIAG
@@ -51,7 +51,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: btl.c,v 1.23 2009/11/27 03:23:04 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: btl.c,v 1.24 2009/12/27 08:31:10 tsutsui Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -886,7 +886,7 @@
* Find the board and find it's irq/drq
*/
int
-bt_find(struct isa_attach_args *ia, struct bt_softc *sc0
+bt_find(struct isa_attach_args *ia, struct bt_softc *sc)
{
int iobase = ia->ia_iobase;
int i;
Home |
Main Index |
Thread Index |
Old Index