Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic u_int8_t -> uint8_t
details: https://anonhg.NetBSD.org/src/rev/f9fbeb5cabfe
branches: trunk
changeset: 752973:f9fbeb5cabfe
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Mar 13 15:26:38 2010 +0000
description:
u_int8_t -> uint8_t
diffstat:
sys/dev/ic/ne2000var.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f55909b310c0 -r f9fbeb5cabfe sys/dev/ic/ne2000var.h
--- a/sys/dev/ic/ne2000var.h Sat Mar 13 15:08:24 2010 +0000
+++ b/sys/dev/ic/ne2000var.h Sat Mar 13 15:26:38 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ne2000var.h,v 1.25 2010/03/03 13:39:57 tsutsui Exp $ */
+/* $NetBSD: ne2000var.h,v 1.26 2010/03/13 15:26:38 tsutsui Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
#define NE2000_QUIRK_8BIT 0x0001 /* force 8bit mode even on NE2000 */
};
-int ne2000_attach(struct ne2000_softc *, u_int8_t *);
+int ne2000_attach(struct ne2000_softc *, uint8_t *);
int ne2000_detect(bus_space_tag_t, bus_space_handle_t,
bus_space_tag_t, bus_space_handle_t);
int ne2000_detach(struct ne2000_softc *, int);
Home |
Main Index |
Thread Index |
Old Index