Bump __FreeBSD_version after addition of glibc-style strftime(3) padding

specifiers.

This helps the port team to decide whether to use local patch for
applications that makes use of these GNU extensions (and hopefully we
can get rid of these patches finally)

Requested by:	marcus
This commit is contained in:
Xin LI 2004-11-04 08:38:34 +00:00
parent c5d3d25e4f
commit a29dd0555c

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 600005 /* Master, propagated to newvers */
#define __FreeBSD_version 600006 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>