Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove a redundant defn.



details:   https://anonhg.NetBSD.org/src/rev/b0f2accaa1ab
branches:  trunk
changeset: 535196:b0f2accaa1ab
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 11 21:49:40 2002 +0000

description:
Remove a redundant defn.

diffstat:

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

diffs (14 lines):

diff -r 794917671dfc -r b0f2accaa1ab sys/dev/ic/wireg.h
--- a/sys/dev/ic/wireg.h        Sun Aug 11 21:19:12 2002 +0000
+++ b/sys/dev/ic/wireg.h        Sun Aug 11 21:49:40 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wireg.h,v 1.37 2002/08/11 06:13:54 thorpej Exp $       */
+/*     $NetBSD: wireg.h,v 1.38 2002/08/11 21:49:40 thorpej Exp $       */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -765,4 +765,3 @@
 #define WI_SNAP_WORD0          (WI_SNAP_K1 | (WI_SNAP_K1 << 8))
 #define WI_SNAP_WORD1          (WI_SNAP_K2 | (WI_SNAP_CONTROL << 8))
 #define WI_SNAPHDR_LEN         0x6
-#define        WI_FCS_LEN              0x4



Home | Main Index | Thread Index | Old Index