>
> Please check the file /usr/include/sys/vm86.h
^^^^^^^^^^^^^^^^
>
> #include <linux/vm86.h>
> -- should be --
> #include <asm/vm86.h>
This is a libc thing, not a kernel one. You apparently have an old libc.
However, AFAIK the only application using vm86.h is DOSEMU, and the
recent versions take care of that.
Hans
<lermen@fgan.de>