Subject: CVS commit: src/sys/compat/darwin
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 04/20/2003 00:09:42
Module Name:	src
Committed By:	manu
Date:		Sun Apr 20 00:09:42 UTC 2003

Modified Files:
	src/sys/compat/darwin: darwin_syscall.h darwin_syscallargs.h
	    darwin_syscalls.c darwin_sysent.c files.darwin syscalls.master
Added Files:
	src/sys/compat/darwin: darwin_unistd.c

Log Message:
Fixed an ABI bug in lseek: NetBSD pads the syscallarg structure because of
the off_t argument, Darwin does not. In order to get the off_t  argument
going through our syscall machinery, we declare it as two long arguments,
and we reassemble it in darwin_sys_lseek.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/compat/darwin/darwin_syscall.h \
    src/sys/compat/darwin/darwin_syscallargs.h \
    src/sys/compat/darwin/darwin_syscalls.c
cvs rdiff -r1.22 -r1.23 src/sys/compat/darwin/darwin_sysent.c
cvs rdiff -r0 -r1.1 src/sys/compat/darwin/darwin_unistd.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/darwin/files.darwin
cvs rdiff -r1.11 -r1.12 src/sys/compat/darwin/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.