commit | 77b9372fecd2a92b7f55fc9ef35d9ae1eab1160b | [log] [tgz] |
---|---|---|
author | mreed10 <mreed10> | Fri Oct 20 15:11:27 2006 +0000 |
committer | mreed10 <mreed10> | Fri Oct 20 15:11:27 2006 +0000 |
tree | 7c173d6cdee89dcd4b064d48b70c98807460cfba | |
parent | 5bc4e4ef71f121d746ce0461861428dfcbadd235 [diff] |
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