Fix for modutils-2.1.71 compile problems.

Niels Kristian Bech Jensen (nkbj@image.dk)
Thu, 11 Dec 1997 09:05:33 +0100 (MET)


One of the two ``#include <signal.h>'' in kerneld.c should have been
``#include <linux/signal.h>''. This patch fixes that problem:

diff -urN modutils-2.1.71.orig/kerneld/kerneld.c modutils-2.1.71/kerneld/kerneld.c
--- modutils-2.1.71.orig/kerneld/kerneld.c Tue Dec 9 08:07:17 1997
+++ modutils-2.1.71/kerneld/kerneld.c Thu Dec 11 09:02:34 1997
@@ -47,7 +47,7 @@
#include <syslog.h>
#include <linux/unistd.h>
#include <asm/param.h>
-#include <signal.h>
+#include <linux/signal.h>
#include <errno.h>
#include <sys/utsname.h>

--
Med venlig hilsen / Best regards
                                                               nkbj@image.dk
Niels Kristian Bech Jensen                        http://www.image.dk/~nkbj/