PERFORCE change 32517 for review
Peter Wemm
peter at FreeBSD.org
Tue Jun 3 19:14:03 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=32517
Change 32517 by peter at peter_hammer on 2003/06/03 19:13:36
GRRR. This isn't valid. sizeof((u_int32_t)) is illegal.
Affected files ...
.. //depot/projects/hammer/sys/amd64/include/param.h#6 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/include/param.h#6 (text+ko) ====
@@ -87,7 +87,7 @@
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
-#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER((p),(t))
+#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t)
/* Size of the level 1 page table units */
More information about the p4-projects
mailing list