mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Define _ALIGNBYTES to be 15. This should have been done right away.
This commit is contained in:
parent
a2ca37c83e
commit
d1d78df69b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
*
|
||||
*/
|
||||
#ifndef _ALIGNBYTES
|
||||
#define _ALIGNBYTES 7
|
||||
#define _ALIGNBYTES 15
|
||||
#endif
|
||||
#ifndef _ALIGN
|
||||
#define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES)
|
||||
|
|
|
|||
Loading…
Reference in a new issue