lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  3 Jul 2014 17:45:35 -0400
From:	Nicholas Krause <xerofoify@...il.com>
To:	monstr@...str.eu
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] microblaze: fixes includes in sigcontext.h

This patch changes this file to use linux/ptrace.h instead of
included file to fix this FIXME message in this file.

Signed-off-by: Nicholas Krause <xerofoify@...il.com>
---
 arch/microblaze/include/uapi/asm/sigcontext.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/microblaze/include/uapi/asm/sigcontext.h b/arch/microblaze/include/uapi/asm/sigcontext.h
index 55873c8..1180d9b 100644
--- a/arch/microblaze/include/uapi/asm/sigcontext.h
+++ b/arch/microblaze/include/uapi/asm/sigcontext.h
@@ -9,8 +9,7 @@
 #ifndef _ASM_MICROBLAZE_SIGCONTEXT_H
 #define _ASM_MICROBLAZE_SIGCONTEXT_H
 
-/* FIXME should be linux/ptrace.h */
-#include <asm/ptrace.h>
+#include <linux/ptrace.h>
 
 struct sigcontext {
 	struct pt_regs regs;
-- 
1.9.1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ