svn commit: r313971 - stable/10/include
Pedro F. Giffuni
pfg at FreeBSD.org
Sun Feb 19 21:10:36 UTC 2017
Author: pfg
Date: Sun Feb 19 21:10:34 2017
New Revision: 313971
URL: https://svnweb.freebsd.org/changeset/base/313971
Log:
MFC r313819:
Remove outdated claim.
Despite wishful thinking the removal of these old functions hasn't
happened yet.
Modified:
stable/10/include/stdlib.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/include/stdlib.h
==============================================================================
--- stable/10/include/stdlib.h Sun Feb 19 21:08:10 2017 (r313970)
+++ stable/10/include/stdlib.h Sun Feb 19 21:10:34 2017 (r313971)
@@ -298,7 +298,7 @@ void srandomdev(void);
long long
strtonum(const char *, long long, long long, const char **);
-/* Deprecated interfaces, to be removed in FreeBSD 6.0. */
+/* Deprecated interfaces, to be removed. */
__int64_t
strtoq(const char *, char **, int);
__uint64_t
More information about the svn-src-stable
mailing list