summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2017-02-19 21:08:10 +0000
committerpfg <pfg@FreeBSD.org>2017-02-19 21:08:10 +0000
commit2ba697fdcfebe81aafcf43d6f7d330ec1235fb45 (patch)
treee2938a6ee40165e82265e05069d7c60e7c38cfd7 /include
parenta1c808aa663d4492654bc1c4bf97442a69713bf6 (diff)
downloadFreeBSD-src-2ba697fdcfebe81aafcf43d6f7d330ec1235fb45.zip
FreeBSD-src-2ba697fdcfebe81aafcf43d6f7d330ec1235fb45.tar.gz
MFC r313819:
Remove outdated claim. Despite wishful thinking the removal of these old functions hasn't happened yet.
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 9771d01..1de702f 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -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
OpenPOWER on IntegriCloud