From e433a30022ed02c52fe7ee2273586663c4e3bdc5 Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 19 Feb 2017 21:10:34 +0000 Subject: [PATCH] MFC r313819: Remove outdated claim. Despite wishful thinking the removal of these old functions hasn't happened yet. git-svn-id: svn://svn.freebsd.org/base/stable/10@313971 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdlib.h b/include/stdlib.h index b4823025a..b3546735d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -298,7 +298,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 -- 2.45.0