Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux32
Module Name: src
Committed By: dsl
Date: Mon Feb 4 22:23:43 UTC 2008
Modified Files:
src/sys/compat/linux32/arch/amd64: syscalls.master
src/sys/compat/linux32/common: linux32_fcntl.c
Log Message:
Use the same function to implement linux32_sys_fcntl() and linux_sys_fcntl64().
A rather excessive amount of 'appending 64' to names seems to have happened
when linux won support for files > 4G.
technically the linux32_sys_fcntl() function should error the 64bit file
locking requests - but life is too short.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux32/common/linux32_fcntl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index