Merge pull request #1111 from yamt/netbsd3

netbsd support
This commit is contained in:
Salvatore Sanfilippo
2013-06-26 06:17:02 -07:00
6 changed files with 37 additions and 30 deletions

View File

@ -1029,7 +1029,7 @@ long long mstime(void);
void getRandomHexChars(char *p, unsigned int len);
uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
void exitFromChild(int retcode);
size_t popcount(void *s, long count);
size_t popcount_binary(void *s, long count);
void redisSetProcTitle(char *title);
/* networking.c -- Networking and Client related operations */