Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from mixis/patch-1
Browse files Browse the repository at this point in the history
check for solaris. tested on openindiana
  • Loading branch information
vincenthz committed Sep 8, 2011
2 parents 3e3b7b6 + 3f6bb5c commit 0131f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbits/bitfn.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static inline void array_copy64(uint64_t *d, uint64_t *s, uint32_t nb)
# define BYTE_ORDER LITTLE_ENDIAN # define BYTE_ORDER LITTLE_ENDIAN
#elif defined(__FreeBSD__) || defined(__DragonFly__) #elif defined(__FreeBSD__) || defined(__DragonFly__)
# include <sys/endian.h> # include <sys/endian.h>
#elif defined(__OpenBSD__) #elif defined(__OpenBSD__) || defined(__SVR4)
# include <sys/types.h> # include <sys/types.h>
#elif defined(__APPLE__) #elif defined(__APPLE__)
# include <machine/endian.h> # include <machine/endian.h>
Expand Down

0 comments on commit 0131f39

Please sign in to comment.