mirror of
https://github.com/opnsense/src.git
synced 2026-07-05 07:16:20 -04:00
sparc64 needs the same alignment fixes that ia64 and alpha need.
Submitted by: tmm
This commit is contained in:
parent
c9f4877d7c
commit
b0e00dbacb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue