diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-17 03:49:53 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-17 03:49:53 +0000 |
commit | e0f31fe6f5bd3f91a2562240dfa2166ff8cf4257 (patch) | |
tree | 222e4670d21f83a1617ed5621f296a01b931c610 /sys/dev/isa/if_we.c | |
parent | fcf534ff9402e167527bf38d22b39fae7b648d29 (diff) |
Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.
Diffstat (limited to 'sys/dev/isa/if_we.c')
-rw-r--r-- | sys/dev/isa/if_we.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c index 73f5e452df4..1692d464151 100644 --- a/sys/dev/isa/if_we.c +++ b/sys/dev/isa/if_we.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_we.c,v 1.10 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_we.c,v 1.11 2003/04/17 03:49:52 drahn Exp $ */ /* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -686,9 +686,6 @@ we_write_mbuf(sc, m, buf) *(u_int16_t *)savebyte); buf += 2; leftover = 0; -#ifdef i386 -#define ALIGNED_POINTER(p,t) 1 -#endif #ifdef alpha #define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0) #endif |