Fix the build using hunks pending upstream contributions

This commit is contained in:
ngie 2017-01-14 10:08:22 +00:00
parent 812b3562ac
commit d5be20c8dc

View File

@ -52,8 +52,12 @@ msync_sync(const char *garbage, int flags)
{
char *buf, *map = MAP_FAILED;
const char *str = NULL;
#ifdef __FreeBSD__
size_t len;
#else
size_t i, len;
ssize_t tot;
#endif
int fd, rv;
/*