svn commit: r313970 - stable/11/include

Pedro F. Giffuni pfg at FreeBSD.org
Sun Feb 19 21:08:11 UTC 2017


Author: pfg
Date: Sun Feb 19 21:08:10 2017
New Revision: 313970
URL: https://svnweb.freebsd.org/changeset/base/313970

Log:
  MFC r313819:
  Remove outdated claim.
  
  Despite wishful thinking the removal of these old functions hasn't
  happened yet.

Modified:
  stable/11/include/stdlib.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/include/stdlib.h
==============================================================================
--- stable/11/include/stdlib.h	Sun Feb 19 21:02:05 2017	(r313969)
+++ stable/11/include/stdlib.h	Sun Feb 19 21:08:10 2017	(r313970)
@@ -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-all mailing list