Apply correct fix for freeBSD not implementing mremap thanks to Brian Carlson.

This commit is contained in:
Con Kolivas 2011-01-02 14:23:29 +11:00
parent f7a27cbde5
commit 191a55d03c

2
rzip.h
View file

@ -191,7 +191,7 @@ static inline i64 get_ram(void)
}
#endif
#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#define mremap fake_mremap
#endif