Date: Fri, 4 Apr 2003 16:58:46 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 28094 for review Message-ID: <200304050058.h350wkYQ086004@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28094 Change 28094 by peter@peter_overcee on 2003/04/04 16:58:44 align to 64 bits Affected files ... .. //depot/projects/hammer/sys/x86_64/include/param.h#8 edit Differences ... ==== //depot/projects/hammer/sys/x86_64/include/param.h#8 (text+ko) ==== @@ -55,7 +55,7 @@ * */ #ifndef _ALIGNBYTES -#define _ALIGNBYTES (sizeof(int) - 1) +#define _ALIGNBYTES (sizeof(long) - 1) #endif #ifndef _ALIGN #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304050058.h350wkYQ086004>