cvs commit: src/sys/emulation/linux linux_file.c src/sys/sys kern_syscall.h src/sys/kern vfs_syscalls.c
Kip Macy
kmacy at fsmware.com
Mon Nov 10 17:19:02 PST 2003
Thanks. I was tearing out my hair last night trying to figure out why
xmms was saying that all of my mp3 files are 4733 minutes long and
mpg123 was complaining about bad headers.
-Kip
On Mon, 10 Nov 2003, Matthew Dillon wrote:
> dillon 2003/11/10 12:57:18 PST
>
> DragonFly src repository
>
> Modified files:
> sys/emulation/linux linux_file.c
> sys/sys kern_syscall.h
> sys/kern vfs_syscalls.c
> Log:
> 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.
>
> Revision Changes Path
> 1.13 +2 -2 src/sys/emulation/linux/linux_file.c
> 1.11 +1 -1 src/sys/sys/kern_syscall.h
> 1.24 +2 -2 src/sys/kern/vfs_syscalls.c
>
>
> http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_file.c.diff?r1=1.12&r2=1.13&f=h
> http://www.dragonflybsd.org/cvsweb/src/sys/sys/kern_syscall.h.diff?r1=1.10&r2=1.11&f=h
> http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.23&r2=1.24&f=h
>
More information about the Commits
mailing list