diff options
Diffstat (limited to 'sys-apps/watchdog/files/5.2.4-uclibc.patch')
-rw-r--r-- | sys-apps/watchdog/files/5.2.4-uclibc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/watchdog/files/5.2.4-uclibc.patch b/sys-apps/watchdog/files/5.2.4-uclibc.patch deleted file mode 100644 index 1986ed88774a..000000000000 --- a/sys-apps/watchdog/files/5.2.4-uclibc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |