--- linux-2.4.14-pre7-aa2-SuSE/include/asm-alpha/unistd.h Fri Nov 9 12:21:39 2001 +++ linux-2.4.14p7aa2SuSE.compile.AXP/include/asm-alpha/unistd.h Fri Nov 9 12:37:29 2001 @@ -526,8 +526,8 @@ return sys_close(fd); } -extern off_t sys_lseek(int, off_t, int); -static inline off_t lseek(int fd, off_t off, int whense) +extern off_t sys_lseek(unsigned int, off_t, unsigned int); +static inline off_t lseek(unsigned int fd, off_t off, unsigned int whense) { return sys_lseek(fd, off, whense); }