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:
parent
c5d3d25e4f
commit
a29dd0555c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user