Date: Sun, 3 Dec 2006 01:14:43 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110904 for review Message-ID: <200612030114.kB31EhNN000206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110904 Change 110904 by jb@jb_freebsd8 on 2006/12/03 01:13:49 Add a macro. Affected files ... .. //depot/projects/dtrace/src/sys/sys/sysmacros.h#2 edit Differences ... ==== //depot/projects/dtrace/src/sys/sys/sysmacros.h#2 (text+ko) ==== @@ -33,4 +33,6 @@ #include <sys/param.h> +#define P2ROUNDUP(x, align) (-(-(x) & -(align))) + #endif /* _SYS_SYSMACROS_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030114.kB31EhNN000206>