summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1998-10-03 20:17:36 +0000
committerchristos <christos@NetBSD.org>1998-10-03 20:17:36 +0000
commit908291d2fe8cb6a2e32a51bc81af769b53ddb7f8 (patch)
tree94648880c2137c1913a1b3c1f7d2e8eb18d6fea2 /sys/compat/linux/linux_syscall.h
parent78f9c9bd250d162debb35400ee643ad8fc32d505 (diff)
Attempt to fix the mess.
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index db4d16a8691..b2b1ff02c95 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.h,v 1.35 1998/10/01 18:23:37 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.36 1998/10/03 20:17:36 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,9 +40,9 @@
#define _LINUX_SYSCALL_H
#if defined(__i386__)
-#include <compat/linux/i386/linux_syscall.h>
+#include <compat/linux/arch/i386/linux_syscall.h>
#elif defined(__alpha__)
-#include <compat/linux/alpha/linux_syscall.h>
+#include <compat/linux/arch/alpha/linux_syscall.h>
#else
#define LINUX_SYS_MAXSYSCALL 0
#endif