diff options
| author | manu <manu@NetBSD.org> | 2001-01-19 01:44:46 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2001-01-19 01:44:46 +0000 |
| commit | 083ffa3b67d2aa6e4309590d17e76dd96084d6bd (patch) | |
| tree | 2563ccc227fec8d4aba86674f7d25c84fb91405b /sys/compat/linux/common/linux_exec.c | |
| parent | ac10cf6946010042b4cddaa7636673750fc9ff98 (diff) | |
Added support for powerpc Linux compatibility
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 0d2d8f8b873..4a7170f0d27 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.44 2000/12/11 05:29:01 mycroft Exp $ */ +/* $NetBSD: linux_exec.c,v 1.45 2001/01/19 01:44:46 manu Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000 The NetBSD Foundation, Inc. @@ -113,7 +113,7 @@ const struct emul emul_linux = { "/emul/linux", #ifndef __HAVE_MINIMAL_EMUL 0, - native_to_linux_errno, + (int*)native_to_linux_errno, LINUX_SYS_syscall, LINUX_SYS_MAXSYSCALL, #endif |
