diff options
author | 2014-09-04 13:51:54 +0000 | |
---|---|---|
committer | 2014-09-04 13:51:54 +0000 | |
commit | 0899d9508b513dabcaebe5efbcc8cca3df7bdbbc (patch) | |
tree | 69892d67ccf52697ec20039e63ea772255d58a8a /lib/libc/net/htonl.3 | |
parent | One line change adding the 'include' directive to the valid server (diff) | |
download | wireguard-openbsd-0899d9508b513dabcaebe5efbcc8cca3df7bdbbc.tar.xz wireguard-openbsd-0899d9508b513dabcaebe5efbcc8cca3df7bdbbc.zip |
POSIX specifies arpa/inet.h as the include file for these.
OK aja@ mikeb@
Diffstat (limited to 'lib/libc/net/htonl.3')
-rw-r--r-- | lib/libc/net/htonl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/htonl.3 b/lib/libc/net/htonl.3 index 085fb0271f4..e32ca717b14 100644 --- a/lib/libc/net/htonl.3 +++ b/lib/libc/net/htonl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htonl.3,v 1.2 2014/07/13 20:42:33 jmc Exp $ +.\" $OpenBSD: htonl.3,v 1.3 2014/09/04 13:51:54 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 13 2014 $ +.Dd $Mdocdate: September 4 2014 $ .Dt HTONL 3 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nm ntohs .Nd convert values between host and network byte orderings .Sh SYNOPSIS -.In netinet/in.h +.In arpa/inet.h .Ft uint32_t .Fn htonl "uint32_t host32" .Ft uint16_t |