Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 20:30:56 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313819 - head/include
Message-ID:  <201702162030.v1GKUuWm008299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702162030.v1GKUuWm008299>