Skip to content

Commit

Permalink
Merge pull request libgit2#5487 from niacat/master
Browse files Browse the repository at this point in the history
deps: ntlmclient: use htobe64 on NetBSD too
  • Loading branch information
ethomson authored Apr 14, 2020
2 parents e9b0cfc + 465e10c commit 918a7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/ntlmclient/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 918a7d1

Please sign in to comment.