summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet.3
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2001-12-01 03:43:01 +0000
committermike <mike@FreeBSD.org>2001-12-01 03:43:01 +0000
commit20cacce16c233112fc71cb819fa0db765acba715 (patch)
treee691b950e4d1dd3407416b2bd0eed4f0f8ca57e5 /lib/libc/net/inet.3
parent0d72b82e2e3d36c1011b9e4d84e5d4fe35279c05 (diff)
downloadFreeBSD-src-20cacce16c233112fc71cb819fa0db765acba715.zip
FreeBSD-src-20cacce16c233112fc71cb819fa0db765acba715.tar.gz
o Stop abusing MD headers with non-MD types.
o Hide nonstandard functions and types in <netinet/in.h> when _POSIX_SOURCE is defined. o Add some missing types (required by POSIX.1-200x) to <netinet/in.h>. o Restore vendor ID from Rev 1.1 in <netinet/in.h> and make use of new __FBSDID() macro. o Fix some miscellaneous issues in <arpa/inet.h>. o Correct final argument for the inet_ntop() function (POSIX.1-200x). o Get rid of the namespace pollution from <sys/types.h> in <arpa/inet.h>. Reviewed by: fenner Partially submitted by: bde
Diffstat (limited to 'lib/libc/net/inet.3')
-rw-r--r--lib/libc/net/inet.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index 3b51129..ff603fd 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -62,7 +62,7 @@
.Ft char *
.Fn inet_ntoa "struct in_addr in"
.Ft const char *
-.Fn inet_ntop "int af" "const void *src" "char *dst" "size_t size"
+.Fn inet_ntop "int af" "const void *src" "char *dst" "socklen_t size"
.Ft int
.Fn inet_pton "int af" "const char *src" "void *dst"
.Ft struct in_addr
OpenPOWER on IntegriCloud