sparc64 needs the same alignment fixes that ia64 and alpha need.
Submitted by: tmm
This commit is contained in:
parent
c9f4877d7c
commit
b0e00dbacb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88659
@ -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…
Reference in New Issue
Block a user