Commit Briefs

Omar Polo

sync recallocarary.c

original commit from claudio@: Type-cast getpagesize() from int to size_t for the comparison with d. getpagesize() will only return positive numbers (there is no negative page size system) and it can not fail. Should fix some compiler warnings seen in -portable projects. OK otto@


Omar Polo

include config.h first


Omar Polo

fixing compat compilation

include headers if needed and include config.h


Omar Polo

more OpenBSD goodies