sparc64 needs the same alignment fixes that ia64 and alpha need.
Submitted by: tmm
This commit is contained in:
parent
0bff76ae56
commit
c69f44476f
@ -46,7 +46,7 @@
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#if defined(sparc) || defined(mips) || defined(ibm032) || defined(__alpha__) || defined(__ia64__)
|
||||
#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
|
||||
#define BPF_ALIGN
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user