CVSROOT: /cvs Module name: src Changes by: cana...@cvs.openbsd.org 2010/10/28 21:43:35
Modified files: sys/net : bpf.h Log message: Align to 32-bits instead of sizeof(long) which may be bigger. There is no practical value of aligning things to 64-bit and waste more space then necessary on some architectures. ok deraadt@