X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7b00c0c43f52e9d27168e67a26aac19065cdb40c..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/net/FreeBSD/inet_net.3 diff --git a/net/FreeBSD/inet_net.3 b/net/FreeBSD/inet_net.3 index 201100c..469ebad 100644 --- a/net/FreeBSD/inet_net.3 +++ b/net/FreeBSD/inet_net.3 @@ -42,9 +42,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In sys/types.h -.In sys/socket.h -.In netinet/in.h .In arpa/inet.h .Ft char * .Fn inet_net_ntop "int af" "const void *src" "int bits" "char *dst" "size_t size" @@ -151,6 +148,13 @@ otherwise, the number is interpreted as decimal). .\" .Sh NETWORK NUMBERS (IP VERSION 6) .\" XXX - document this! .\" +.Sh LEGACY SYNOPSIS +.Fd #include +.Fd #include +.Fd #include +.Fd #include +.Pp +These include files were necessary for all functions. .Sh SEE ALSO .Xr byteorder 3 , .Xr inet 3 ,