> Yes. Check the POSIX 1003.1 spec. for the official prototypes for > mmap, munmap, mprotect, etc. It might cause some hassles if the > spec. says int and we declare it as something else... POSIX 1003.1b lists the relevant argument types as size_t for these functions... /sjd