Unverified Commit 918a7d19 by Edward Thomson Committed by GitHub

Merge pull request #5487 from niacat/master

deps: ntlmclient: use htobe64 on NetBSD too
parents e9b0cfc0 465e10ce
......@@ -25,7 +25,7 @@
/* See man page endian(3) */
# include <endian.h>
# define htonll htobe64
#elif defined(__OpenBSD__)
#elif defined(__NetBSD__) || defined(__OpenBSD__)
/* See man page htobe64(3) */
# include <endian.h>
# define htonll htobe64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment