Module Name:    src
Committed By:   bouyer
Date:           Sun Mar 25 11:25:26 UTC 2012

Modified Files:
        src/sys/compat/linux/arch/i386 [netbsd-6]: linux_exec.h

Log Message:
Pull up following revision(s) (requested by chs in ticket #140):
        sys/compat/linux/arch/i386/linux_exec.h: revision 1.11
define LINUX_DEBUGLINK_SIGNATURE for i386 too.
this allows linux ldd to work.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.22.1 src/sys/compat/linux/arch/i386/linux_exec.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/i386/linux_exec.h
diff -u src/sys/compat/linux/arch/i386/linux_exec.h:1.10 src/sys/compat/linux/arch/i386/linux_exec.h:1.10.22.1
--- src/sys/compat/linux/arch/i386/linux_exec.h:1.10	Mon Nov 17 13:03:42 2008
+++ src/sys/compat/linux/arch/i386/linux_exec.h	Sun Mar 25 11:25:26 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: linux_exec.h,v 1.10 2008/11/17 13:03:42 ad Exp $	*/
+/*	$NetBSD: linux_exec.h,v 1.10.22.1 2012/03/25 11:25:26 bouyer Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,6 +39,8 @@
 #define LINUX_ELF_AUX_ARGSIZ 	\
 	(howmany(LINUX_ELF_AUX_ENTRIES * sizeof(Aux32Info), sizeof(Elf32_Addr)))
 
+#define LINUX_DEBUGLINK_SIGNATURE
+
 #ifdef _KERNEL
 int linux_exec_setup_stack(struct lwp *, struct exec_package *);
 #endif

Reply via email to