PERFORCE change 28094 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 16:58:49 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28094
Change 28094 by peter at 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)
More information about the p4-projects
mailing list