Since 2.6.17, _syscall* isn't exported into the user space any more, so all the test cases using _syscall* will fail to be compiled
This patch remove _syscall5 from llseek.c and convert to syscall provided by libc.It also includes some cleanups and makes the build cleaner and removes the warning for scsimain.c
2 files changed