svn commit: r254358 - head/sys/sys
Jeremie Le Hen
jlh at FreeBSD.org
Thu Aug 15 08:21:01 UTC 2013
Author: jlh
Date: Thu Aug 15 08:21:00 2013
New Revision: 254358
URL: http://svnweb.freebsd.org/changeset/base/254358
Log:
Belatedly bump __FreeBSD_version for libc being an ld script.
This should have been done in r251668, on June 12, 2013.
This will have no practical consequences, besides having -lssp_nonshared
appearing twice on the command-line for systems built in this time frame.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Thu Aug 15 08:12:16 2013 (r254357)
+++ head/sys/sys/param.h Thu Aug 15 08:21:00 2013 (r254358)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000043 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000044 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-all
mailing list