]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/ptrace.c should #include <linux/syscalls.h>
authorAdrian Bunk <bunk@kernel.org>
Wed, 6 Feb 2008 09:36:44 +0000 (01:36 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:02 +0000 (10:41 -0800)
commitfcbc77514bdf71cb7e399f550278cc0c581a7f27
tree42f71e13e01c0d142a30489031797d3d0ecf1ef9
parent6d5909dee6cdb1978f815622b8e3e9312e448da9
kernel/ptrace.c should #include <linux/syscalls.h>

Every file should include the headers containing the prototypes for its global
functions (in this case sys_ptrace()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/ptrace.c