Subject: Re: compat/linux/i386/linux_syscall.h not found
To: current-users@netbsd.org, Todd Whitesel <toddpw@best.com>
From: Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de>
List: current-users
Date: 10/03/1998 19:06:05
Excerpts from netbsd: 3-Oct-98 compat/linux/i386/linux_sys.. Todd
Whitesel@best.com (878*)

> In src/sys/compat/linux/linux_syscall.h there is also:
> 
> #if defined(__i386__)
> #include <compat/linux/i386/linux_syscall.h>
> [...]
> which does not work because I have no /usr/include/compat.

You get it if you do "make includes" now.

> Changing them to:
> 
> #if defined(__i386__)
> #include "i386/linux_syscall.h"

-current doesn't contain the "i386/linux_syscall.h" anymore.

Not that I'd call this well-structured, but it should work at least.

best regards
Matthias