Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2003 19:14:00 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32517 for review
Message-ID:  <200306040214.h542E06w036004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=32517

Change 32517 by peter@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306040214.h542E06w036004>