Unverified Commit 6d25dbdc by Edward Thomson Committed by GitHub

Merge pull request #5426 from pks-t/pks/freebsd-htobe64

deps: ntlmclient: fix htonll on big endian FreeBSD
parents 8c1aef10 c690136c
......@@ -32,7 +32,7 @@
#elif defined(__FreeBSD__)
/* See man page bwaps64(9) */
# include <sys/endian.h>
# define htonll bswap64
# define htonll htobe64
#elif defined(sun) || defined(__sun)
/* See man page byteorder(3SOCKET) */
# include <sys/types.h>
......
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