Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/compat/linux/arch/powerpc Pull up revision 1.17 (re...
details: https://anonhg.NetBSD.org/src/rev/0650e4213da4
branches: netbsd-2-0
changeset: 561470:0650e4213da4
user: grant <grant%NetBSD.org@localhost>
date: Sat Jun 19 04:36:22 2004 +0000
description:
Pull up revision 1.17 (requested by manu in ticket #511):
COMPAT_LINUX/powerpc fixes for non-executable stack.
diffstat:
sys/compat/linux/arch/powerpc/linux_exec.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2f8ff8aba317 -r 0650e4213da4 sys/compat/linux/arch/powerpc/linux_exec.h
--- a/sys/compat/linux/arch/powerpc/linux_exec.h Sat Jun 19 04:28:53 2004 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_exec.h Sat Jun 19 04:36:22 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec.h,v 1.16 2003/08/14 02:17:10 christos Exp $ */
+/* $NetBSD: linux_exec.h,v 1.16.2.1 2004/06/19 04:36:22 grant Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -103,6 +103,6 @@
/* we have special powerpc ELF copyargs */
#define LINUX_MACHDEP_ELF_COPYARGS
-#define linux_exec_setup_stack exec_setup_stack
+int linux_exec_setup_stack(struct proc *, struct exec_package *);
#endif /* !_POWERPC_LINUX_EXEC_H */
Home |
Main Index |
Thread Index |
Old Index