|
|
@ -17,15 +17,16 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./softdog.c~ Wed Jan 6 16:14:23 1999
|
|
|
|
+++ ./softdog.c Sat Apr 29 08:28:22 2000
|
|
|
|
@@ -26,6 +26,12 @@
|
|
|
|
--- ./softdog.c.orig 1999-01-06 16:14:23.000000000 +0100
|
|
|
|
+++ ./softdog.c 2005-02-21 12:32:29.040661432 +0100
|
|
|
|
@@ -26,6 +26,13 @@
|
|
|
|
#include <signal.h> |
|
|
|
#include <errno.h> |
|
|
|
#include <getopt.h> |
|
|
|
+
|
|
|
|
+#define _LINUX_STRING_H_
|
|
|
|
+#define __KERNEL__
|
|
|
|
+# include <asm/types.h>
|
|
|
|
+# include <linux/kdev_t.h>
|
|
|
|
+# include <linux/list.h>
|
|
|
|
+#undef __KERNEL__
|