diff options
| author | christos <christos@NetBSD.org> | 1998-10-03 20:17:36 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-10-03 20:17:36 +0000 |
| commit | 908291d2fe8cb6a2e32a51bc81af769b53ddb7f8 (patch) | |
| tree | 94648880c2137c1913a1b3c1f7d2e8eb18d6fea2 /sys/compat/linux/linux_syscalls.c | |
| parent | 78f9c9bd250d162debb35400ee643ad8fc32d505 (diff) | |
Attempt to fix the mess.
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/linux_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 822da0d9eba..db67e81a465 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.33 1998/10/01 18:23:38 christos Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.34 1998/10/03 20:17:37 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -39,9 +39,9 @@ /* XXX XXX This exists to keep kdump and friends happy. */ #if defined(__i386__) -#include "../../sys/compat/linux/i386/linux_syscalls.c" +#include "../../sys/compat/linux/arch/i386/linux_syscalls.c" #elif defined(__alpha__) -#include "../../sys/compat/linux/alpha/linux_syscalls.c" +#include "../../sys/compat/linux/arch/alpha/linux_syscalls.c" #else char *linux_syscallnames[] = { 0 }; #endif |
