Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia remove redundant defines caught by lint
details: https://anonhg.NetBSD.org/src/rev/ad603def32cb
branches: trunk
changeset: 538597:ad603def32cb
user: perry <perry%NetBSD.org@localhost>
date: Wed Oct 23 02:06:11 2002 +0000
description:
remove redundant defines caught by lint
diffstat:
sys/dev/pcmcia/if_xi.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r a3943edd6b85 -r ad603def32cb sys/dev/pcmcia/if_xi.c
--- a/sys/dev/pcmcia/if_xi.c Wed Oct 23 01:50:11 2002 +0000
+++ b/sys/dev/pcmcia/if_xi.c Wed Oct 23 02:06:11 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_xi.c,v 1.26 2002/10/02 16:52:17 thorpej Exp $ */
+/* $NetBSD: if_xi.c,v 1.27 2002/10/23 02:06:11 perry Exp $ */
/* OpenBSD: if_xe.c,v 1.9 1999/09/16 11:28:42 niklas Exp */
/*
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_xi.c,v 1.26 2002/10/02 16:52:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_xi.c,v 1.27 2002/10/23 02:06:11 perry Exp $");
#include "opt_inet.h"
#include "bpfilter.h"
@@ -96,9 +96,6 @@
#include <net/bpfdesc.h>
#endif
-#define ETHER_MIN_LEN 64
-#define ETHER_CRC_LEN 4
-
/*
* Maximum number of bytes to read per interrupt. Linux recommends
* somewhere between 2000-22000.
Home |
Main Index |
Thread Index |
Old Index