diff options
| author | wdk <wdk@NetBSD.org> | 2002-11-15 22:44:57 +0000 |
|---|---|---|
| committer | wdk <wdk@NetBSD.org> | 2002-11-15 22:44:57 +0000 |
| commit | b0fb4471b20fc2ba3aa550468adf7e7984ac236a (patch) | |
| tree | d9e17f105671516ef8071078495d9d7f87d55cd7 /sys/compat/linux/common/linux_exec.h | |
| parent | 83be8543f2ac44d0428fd0d91e1b7ca15a62fc87 (diff) | |
Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based ports
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index 20edb443a75..60e15d9bb41 100644 --- a/sys/compat/linux/common/linux_exec.h +++ b/sys/compat/linux/common/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.23 2002/11/13 15:16:28 jdolecek Exp $ */ +/* $NetBSD: linux_exec.h,v 1.24 2002/11/15 22:44:57 wdk Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ #define LINUX_N_BSSADDR(x,m) (LINUX_N_DATADDR(x,m) + (x).a_data) -#ifndef LINUX_MACHDEP_ELF_COPYARGS +#ifndef LINUX_ELF_AUX_ENTRIES #define LINUX_ELF_AUX_ENTRIES 13 /* we push 13 parameters */ #endif |
