On Sun, Sep 09, 2001 at 08:16:27PM -0400, Joey Hess wrote: >Christian T. Steigies wrote: >> #define __NR_olduname 109 >> #define __NR_iopl /* 110 */ not supported >> #define __NR_vhangup 111 >> #define __NR_idle /* 112 */ Obsolete >> #define __NR_vm86 /* 113 */ not supported >> #define __NR_wait4 114 >> >> We need to fix the kernel (again)?
It would be preferable if you could, h2ph is already quite contorted. #define __NR_iopl /* 110 */ "not supported" would work, although perhaps you could use a value which would cause sys_syscall to return -ENOSYS. >Yep, looks like exactly it. Either the kernel needs fixin, or h2ph needs >to deal with it. lintian should also probably be changed to use POSIX::_exit rather than the syscall. Regards, -- Brendan O'Dea bod@compusol.com.au Compusol Pty. Limited (NSW, Australia) +61 2 9810 3633