Turn on BPF_ALIGN for all non-i386 platforms, instead of having an

ifdef list that currently lists all the non-i386 platforms that bpf
currently works on.
This commit is contained in:
Peter Wemm 2002-07-05 00:06:08 +00:00
parent 4dc4e1ee89
commit a5ac5be2e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99419

View File

@ -46,7 +46,7 @@
#include <netinet/in.h>
#endif
#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
#ifndef __i386__
#define BPF_ALIGN
#endif