diff options
author | 2006-04-25 05:15:42 +0000 | |
---|---|---|
committer | 2006-04-25 05:15:42 +0000 | |
commit | ded400b16d72fa00635baeb429a414ad49cac257 (patch) | |
tree | 229ec89bdf382760a372f25e51201c06ad8df226 /lib/libc/stdlib | |
parent | mode_t is your friend (diff) | |
download | wireguard-openbsd-ded400b16d72fa00635baeb429a414ad49cac257.tar.xz wireguard-openbsd-ded400b16d72fa00635baeb429a414ad49cac257.zip |
strtonum does not require limits.h
spotted by ray some time ago
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 93fc746ee2e..6b3c9031d68 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strtonum.3,v 1.12 2005/10/26 11:37:58 jmc Exp $ +.\" $OpenBSD: strtonum.3,v 1.13 2006/04/25 05:15:42 tedu Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" @@ -22,7 +22,6 @@ .Nd "reliably convert string value to an integer" .Sh SYNOPSIS .Fd #include <stdlib.h> -.Fd #include <limits.h> .Ft long long .Fo strtonum .Fa "const char *nptr" |