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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"