* [PATCH] 2.5.4-pre6 compile fix for i386/kernel/signal.c
@ 2002-02-11 2:32 Udo A. Steinberg
0 siblings, 0 replies; only message in thread
From: Udo A. Steinberg @ 2002-02-11 2:32 UTC (permalink / raw)
To: Linus Torvalds, Linux Kernel
Hi Linus,
The attached patch fixes a compiler warning in signal.c due to a missing
prototype:
signal.c: In function `do_signal':
signal.c:681: warning: implicit declaration of function `do_coredump'
If binfmts.h should not be included, the prototype should be declared extern.
Regards,
Udo.
--- linux-2.5.4-pre-vanilla/arch/i386/kernel/signal.c Mon Feb 11 03:04:25 2002
+++ linux-2.5.4-pre/arch/i386/kernel/signal.c Mon Feb 11 03:19:47 2002
@@ -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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-02-11 2:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-11 2:32 [PATCH] 2.5.4-pre6 compile fix for i386/kernel/signal.c Udo A. Steinberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox