diff options
Diffstat (limited to 'sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch')
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch b/sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch new file mode 100644 index 000000000000..1986ed88774a --- /dev/null +++ b/sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch @@ -0,0 +1,11 @@ +--- src/fstab.c.orig 2004-08-23 15:32:22 +0000 ++++ src/fstab.c 2004-08-23 15:32:36 +0000 +@@ -237,7 +237,7 @@ + /* Ensure that the lock is released if we are interrupted. */ + static void + handler (int sig) { +- die (EX_USER, "%s", sys_siglist[sig]); ++ die (EX_USER, "%s", strsignal(sig)); + } + + static void |