diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 21:54:58 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 21:54:58 +0000 |
commit | b4a55308473160cf766428883f536514afcc4bbd (patch) | |
tree | 19cd4293743c312ebbc079b5f7c77b482a6cd851 /sys/dev/pcmcia/if_ray.c | |
parent | d7db1c56504be35c243bc1503b87d003be3eb625 (diff) |
Remove repeated ethernet constants; use if_ether.h for it instead.
Diffstat (limited to 'sys/dev/pcmcia/if_ray.c')
-rw-r--r-- | sys/dev/pcmcia/if_ray.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index fbd8a12cbad..00d531c7508 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.13 2001/02/20 19:39:45 mickey Exp $ */ +/* $OpenBSD: if_ray.c,v 1.14 2001/06/23 21:54:56 fgsch Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -112,14 +112,6 @@ #define offsetof(type, member) ((size_t)(&((type *)0)->member)) #endif -#ifndef ETHER_CRC_LEN -#define ETHER_CRC_LEN 4 -#endif - -#ifndef ETHER_MAX_LEN -#define ETHER_MAX_LEN 1518 -#endif - #define RAY_USE_AMEM 0 /*#define RAY_DEBUG*/ |