CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/23 16:46:42
Modified files:
sys/compat/linux: linux_file.c
Log message:
Try to cope better with void pointer to int usage cases.
Use intptr_t for such cases.
More casts/types should be improved in this file.
Tested with syscall regression tests from IBM.
