From 1ac0a852d19fc52c1435c970d1164def04079679 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sun, 27 Nov 2005 10:07:03 +0000 Subject: Moved from app-admin/watchdog to sys-apps/watchdog. --- sys-apps/watchdog/files/5.2.4-uclibc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys-apps/watchdog/files/5.2.4-uclibc.patch (limited to 'sys-apps/watchdog/files/5.2.4-uclibc.patch') diff --git a/sys-apps/watchdog/files/5.2.4-uclibc.patch b/sys-apps/watchdog/files/5.2.4-uclibc.patch new file mode 100644 index 000000000000..1986ed88774a --- /dev/null +++ b/sys-apps/watchdog/files/5.2.4-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 -- cgit v1.2.3-65-gdbad