summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2017-02-19 21:10:34 +0000
committerpfg <pfg@FreeBSD.org>2017-02-19 21:10:34 +0000
commit32b82c0c5f9a4f91d24ec92024bf4cf2517a4615 (patch)
tree590e39f065a4c257755c54b50759a8a550a05ab9
parent92720b4908dc788700697d91c50da12130ed9f7c (diff)
downloadFreeBSD-src-32b82c0c5f9a4f91d24ec92024bf4cf2517a4615.zip
FreeBSD-src-32b82c0c5f9a4f91d24ec92024bf4cf2517a4615.tar.gz
MFC r313819:
Remove outdated claim. Despite wishful thinking the removal of these old functions hasn't happened yet.
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index b482302..b354673 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
OpenPOWER on IntegriCloud