Author: pfg Date: Thu Feb 16 20:30:55 2017 New Revision: 313819 URL: https://svnweb.freebsd.org/changeset/base/313819
Log: Remove outdated claim. Despite wishful thinking the removal of these old function hasn't happened yet. MFC after: 3 days Modified: head/include/stdlib.h Modified: head/include/stdlib.h ============================================================================== --- head/include/stdlib.h Thu Feb 16 20:28:30 2017 (r313818) +++ head/include/stdlib.h Thu Feb 16 20:30:55 2017 (r313819) @@ -315,7 +315,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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"