[RFC]: c99 compiled world

Dag-Erling Smørgrav des at des.no
Mon Nov 10 06:34:38 PST 2008


Roman Divacky <rdivacky at freebsd.org> writes:
> I tried to compile world in C99 (in fact gnu99) gcc mode. It compiles
> correctly with two trivial exceptions [...]

No, it won't.  You must have made a mistake.  C99 / GNU99 mode disables
pretty much everything except the standard C library functions; you have
to set __BSD_VISIBLE and _POSIX_C_SOURCE to appropriate values.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-current mailing list