diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-23 15:36:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-23 15:36:37 +0000 |
commit | ae9c54d1d0c949d62bfd498971c780f3271306c7 (patch) | |
tree | 96e6d5d14d061040e1eda7089eee353f79cc7bf5 /app-admin/watchdog/files | |
parent | masked dev-db/mysqlcc (diff) | |
download | gentoo-2-ae9c54d1d0c949d62bfd498971c780f3271306c7.tar.gz gentoo-2-ae9c54d1d0c949d62bfd498971c780f3271306c7.tar.bz2 gentoo-2-ae9c54d1d0c949d62bfd498971c780f3271306c7.zip |
uclibc lovin
Diffstat (limited to 'app-admin/watchdog/files')
-rw-r--r-- | app-admin/watchdog/files/5.2.4-uclibc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/watchdog/files/5.2.4-uclibc.patch b/app-admin/watchdog/files/5.2.4-uclibc.patch new file mode 100644 index 000000000000..1986ed88774a --- /dev/null +++ b/app-admin/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 |