Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix two typos in the BYTE_ORDER != LITTLE_ENDIAN ...



details:   https://anonhg.NetBSD.org/src/rev/e8d31f18ca19
branches:  trunk
changeset: 510272:e8d31f18ca19
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri May 25 08:54:40 2001 +0000

description:
Fix two typos in the BYTE_ORDER != LITTLE_ENDIAN case.

diffstat:

 sys/dev/ic/i82557reg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f0ec4cacbc35 -r e8d31f18ca19 sys/dev/ic/i82557reg.h
--- a/sys/dev/ic/i82557reg.h    Fri May 25 08:04:13 2001 +0000
+++ b/sys/dev/ic/i82557reg.h    Fri May 25 08:54:40 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82557reg.h,v 1.8 2001/05/22 15:29:30 thorpej Exp $    */
+/*     $NetBSD: i82557reg.h,v 1.9 2001/05/25 08:54:40 hannken Exp $    */
 
 /*-
  * Copyright (c) 1998, 1999, 2001 The NetBSD Foundation, Inc.
@@ -178,9 +178,9 @@
 #define        __FXP_BITFIELD2(a, b)                   b, a
 #define        __FXP_BITFIELD3(a, b, c)                c, b, a
 #define        __FXP_BITFIELD4(a, b, c, d)             d, c, b, a
-#define        __FXP_BITFIELD5(a, b, c, d, e)          e, d, c, b, a,
+#define        __FXP_BITFIELD5(a, b, c, d, e)          e, d, c, b, a
 #define        __FXP_BITFIELD6(a, b, c, d, e, f)       f, e, d, c, b, a
-#define        __FXP_BITFIELD6(a, b, c, d, e, f, g)    g, f, e, d, c, b, a
+#define        __FXP_BITFIELD7(a, b, c, d, e, f, g)    g, f, e, d, c, b, a
 #define        __FXP_BITFIELD8(a, b, c, d, e, f, g, h) h, g, f, e, d, c, b, a
 #endif
 



Home | Main Index | Thread Index | Old Index