Searched hist:188316 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/lib/libc/net/
H A Dgethostbydns.cdiff 188316 Sun Feb 08 16:58:15 MST 2009 ume Shutup warning for DNAME RR.

PR: bin/127591
Submitted by: "Eugene M. Kim" <20080111.freebsd.org__at__ab.ote.we.lv>
MFC after: 1 week
H A Dgetaddrinfo.cdiff 188316 Sun Feb 08 16:58:15 MST 2009 ume Shutup warning for DNAME RR.

PR: bin/127591
Submitted by: "Eugene M. Kim" <20080111.freebsd.org__at__ab.ote.we.lv>
MFC after: 1 week
/freebsd-10.3-release/sys/netinet/
H A Din.hdiff 273841 Wed Oct 29 23:25:24 MDT 2014 jilles MFC r266842: netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in
strict POSIX mode.

Put the htonl(), htons(), ntohl() and ntohs() declarations under
__POSIX_VISIBLE >= 200112. POSIX.1-2001 and newer require these to be
exposed from <netinet/in.h> (as well as <arpa/inet.h>).

Note that it may be unnecessary to check __POSIX_VISIBLE >= 200112 because
older versions of POSIX and the C standard do not define this header.
However, other places in the same file already perform the check.

PR: 188316
Submitted by: Christian Neukirchen

Completed in 211 milliseconds