Oops, __FreeBSD_version should be 501100, not 510100. The former implies
that we are at FreeBSD 5.10 Reminded by: everybody Guaranteed not to break world by: imp
This commit is contained in:
parent
7b594d2a81
commit
9f0f54ad83
@ -55,7 +55,7 @@
|
||||
* doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 510100 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 501100 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
|
Loading…
Reference in New Issue
Block a user