From 2ba697fdcfebe81aafcf43d6f7d330ec1235fb45 Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 19 Feb 2017 21:08:10 +0000 Subject: MFC r313819: Remove outdated claim. Despite wishful thinking the removal of these old functions hasn't happened yet. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.1