Commit 5329eba4 authored by Udo A. Steinberg's avatar Udo A. Steinberg Committed by Linus Torvalds

[PATCH] 2.5.4-pre6 compile fix for i386/kernel/signal.c

Fixe a compiler warning in signal.c due to a missing prototype for
"do_coredump". 
parent 065994d0
......@@ -20,6 +20,7 @@
#include <linux/stddef.h>
#include <linux/tty.h>
#include <linux/personality.h>
#include <linux/binfmts.h>
#include <asm/ucontext.h>
#include <asm/uaccess.h>
#include <asm/i387.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment