lkml.org 
[lkml]   [2006]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Properly export ptrace-abi.h
Date
From
The ptrace.h splitting patch neglected to add the new, userspace-usable
header to the appropriate header export lists.

This patch does so.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: linux-2.6.18-mm/include/asm-i386/Kbuild
===================================================================
--- linux-2.6.18-mm.orig/include/asm-i386/Kbuild 2006-09-12 10:43:40.000000000 -0400
+++ linux-2.6.18-mm/include/asm-i386/Kbuild 2006-09-13 11:03:48.000000000 -0400
@@ -1,5 +1,5 @@
include include/asm-generic/Kbuild.asm

-header-y += boot.h debugreg.h ldt.h ucontext.h
+header-y += boot.h debugreg.h ldt.h ptrace-abi.h ucontext.h

unifdef-y += mtrr.h setup.h vm86.h
Index: linux-2.6.18-mm/include/asm-x86_64/Kbuild
===================================================================
--- linux-2.6.18-mm.orig/include/asm-x86_64/Kbuild 2006-09-11 10:47:53.000000000 -0400
+++ linux-2.6.18-mm/include/asm-x86_64/Kbuild 2006-09-13 11:04:03.000000000 -0400
@@ -5,7 +5,7 @@ ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__

header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \
- msr.h prctl.h setup.h sigcontext32.h ucontext.h \
+ msr.h prctl.h ptrace-abi.h setup.h sigcontext32.h ucontext.h \
vsyscall32.h

unifdef-y += mce.h mtrr.h vsyscall.h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-09-13 17:17    [W:0.023 / U:0.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site