Subject: re: CVS commit: syssrc/sys/kern
To: enami tsugutomo <enami@but-b.or.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 11/04/2002 15:18:10
> something like this appears to work just fine. anyone mind if i
> commit this?
As I wrote in previous mail, I'd like to return error (EINVAL?) ifndef
COMPAT_16. Otherwise, the new (and broken IMHO) binary which doesn't
pass the size of struct doesn't work with the kernel compiled with
COMPAT_16.
If we return an error, such broken binary just doesn't work.
OK. i commited a change that will cause this to return an error
with non-COMPAT_16 kernels.
.mrg.