Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
> Module Name: src
> Committed By: martin
> Date: Sun Jan 27 16:13:39 UTC 2008
>
> Modified Files:
> src/sys/kern: syscalls.master
>
> Log Message:
> Version the posix_fadvise syscall and add the missing "pad" argument,
> so that it does not only work on i386 (no padding) and 64bit archs (all
> args padded to 64bit).
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.186 -r1.187 src/sys/kern/syscalls.master
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
why do you bother to keep the broken one?
given the purely advisory nature of the syscall,
i don't think it's worth to do.
YAMAMOTO Takashi
Home |
Main Index |
Thread Index |
Old Index