svn commit: r313819 - head/include

Pedro F. Giffuni pfg at FreeBSD.org
Thu Feb 16 20:30:57 UTC 2017


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


More information about the svn-src-head mailing list