diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-10-05 19:04:23 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-10-05 19:04:23 +0000 |
| commit | 23620bde07c7adbb945c7da3354d2606eb729325 (patch) | |
| tree | 70e2d4102500d99a5cb8a3b9d09bc380c1f8359e /sys/net | |
| parent | f1c1087a064e8ce4dbf2619ee2b8f37cd841893b (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/bpf_filter.c | 2 | ||||
| -rw-r--r-- | sys/net/if_loop.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index 4f9bcf7cd2a0..0f0a6baf39b8 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -46,7 +46,7 @@ #include <netinet/in.h> #endif -#if defined(sparc) || defined(mips) || defined(ibm032) || defined(__alpha__) +#if defined(sparc) || defined(mips) || defined(ibm032) || defined(__alpha__) || defined(__ia64__) #define BPF_ALIGN #endif diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 3d8a1c23f881..c17a7beb9d3e 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -322,7 +322,7 @@ if_simloop(ifp, m, af, hlen) /* Strip away media header */ if (hlen > 0) { m_adj(m, hlen); -#ifdef __alpha__ +#if defined(__alpha__) || defined(__ia64__) /* The alpha doesn't like unaligned data. * We move data down in the first mbuf */ if (mtod(m, vm_offset_t) & 3) { |
