diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-11-27 10:07:03 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-11-27 10:07:03 +0000 |
commit | 1ac0a852d19fc52c1435c970d1164def04079679 (patch) | |
tree | d728254843f6e443a865afeef0149508b569b412 /sys-apps/watchdog/files/5.2.4-uclibc.patch | |
parent | Fixed digest issues that were causing digest failures for USE=static wrt secu... (diff) | |
download | historical-1ac0a852d19fc52c1435c970d1164def04079679.tar.gz historical-1ac0a852d19fc52c1435c970d1164def04079679.tar.bz2 historical-1ac0a852d19fc52c1435c970d1164def04079679.zip |
Moved from app-admin/watchdog to sys-apps/watchdog.
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, 11 insertions, 0 deletions
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 |