bin/176300: __CTASSERT() missing from <sys/cdefs.h>

J.R. Oldroyd fbsd at opal.com
Wed Feb 20 22:07:56 UTC 2013


On Wed, 20 Feb 2013 20:50:00 GMT FreeBSD-gnats-submit at FreeBSD.org wrote:
>

Oops, that last line should not have a semi-colon.  I was looking at
an old version on NetBSD where they've since removed it.

-#define __CTASSERT1(x, y, z)	typedef char y ## z[(x) ? 1 : -1];
+#define __CTASSERT1(x, y, z)	typedef char y ## z[(x) ? 1 : -1]



More information about the freebsd-bugs mailing list