sparc64 needs the same alignment fixes that ia64 and alpha need.

Submitted by:	tmm
This commit is contained in:
Jake Burkholder 2001-12-29 08:44:08 +00:00
parent c9f4877d7c
commit b0e00dbacb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88659

View File

@ -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