Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix cachedb portability problem #3

Closed
wants to merge 2 commits into from

Conversation

jinmeiib
Copy link
Contributor

by moving htobe64/be64toh portability code from redis.c to cachedb.c.
the former actually doesn't use these functions and doesn't need them.
without the change cachedb doesn't compile on BSDs and MacOS X (and maybe some others).
(note that this is not related to the redis support. the issue has been in cachedb.c from the beginning).

they are actually necessary in cachedb.c, not in redis.c, which doesn't
use these functions.
@wcawijngaards
Copy link
Member

wcawijngaards commented Mar 16, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants