Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2017 21:08:10 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r313970 - stable/11/include
Message-ID:  <201702192108.v1JL8AwS093123@repo.freebsd.org>

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



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