While testing I found that kernel support for Plan 9 binaries fails to
compile due to number of arguments mismatch in the call to sys_clone in
plan9/syscalls.c. Can anyone explain that?
Also, what version are the current changes in the mercurial database?
Thanks and best regards,
EBo --
It is quite likely that the kernel interface to clone() has changed.
Again. The last known working kernel version we compiled against was
2.6.31. No doubt, we need an update. A fix should be trivial (most of
the time they just shuffle arguments around), but I won't be sure
until I take a look.
- Anant
If you would take a look that would be great. The interesting thing is
that the problem exists in 2.6.31 and 2.6.29 as well. It might be a
problem with the new headers -- I'm running with linux-headers-2.6.30-r1
EBo --