62,63c62,63
< * host. On OSX the MAP_NORESERVE flag does not exist, so simply make
< * it 0.
---
> * host. On FreeBSD or OSX the MAP_NORESERVE flag does not exist,
> * so simply make it 0.
65c65
< #if defined(__APPLE__)
---
> #if defined(__APPLE__) || defined(__FreeBSD__)