The last major syscall separation commit completely broke our lseek() as well
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Nov 2003 20:57:18 +0000 (20:57 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Nov 2003 20:57:18 +0000 (20:57 +0000)
commit5a3fe67dc6f0d2eb0336c74b3c005036e6f24ce2
tree484b505fe60f036961875ccc8f94aaed48b36b03
parentabf9e20ce1c5ad31f3a7807c4bdb39a8aa2a0aef
The last major syscall separation commit completely broke our lseek() as well
as the linux emulated lseek().  It's sheer luck that the system works at
all :-).  Fix lseek's 64 bit return value.
sys/emulation/linux/linux_file.c
sys/kern/vfs_syscalls.c
sys/sys/kern_syscall.h