Define _ALIGNBYTES to be 15. This should have been done right away.

This commit is contained in:
Marcel Moolenaar 2003-02-17 09:53:29 +00:00
parent a2ca37c83e
commit d1d78df69b

View file

@ -58,7 +58,7 @@
*
*/
#ifndef _ALIGNBYTES
#define _ALIGNBYTES 7
#define _ALIGNBYTES 15
#endif
#ifndef _ALIGN
#define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES)