summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-25 19:40:04 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-25 19:40:04 +0000
commit5e2594ab5eaa51fec433d43cbbad2d382e16fee8 (patch)
tree3650d37e72949f8f575d7803ea3e21dbf7f08267 /sys-apps/watchdog/files
parentVersion bump: 10.0.22.87 is released, for both 32-bit and 64-bit. Enjoy the ... (diff)
downloadhistorical-5e2594ab5eaa51fec433d43cbbad2d382e16fee8.tar.gz
historical-5e2594ab5eaa51fec433d43cbbad2d382e16fee8.tar.bz2
historical-5e2594ab5eaa51fec433d43cbbad2d382e16fee8.zip
old
Diffstat (limited to 'sys-apps/watchdog/files')
-rw-r--r--sys-apps/watchdog/files/watchdog-5.2.4_p5-sundries.patch19
-rw-r--r--sys-apps/watchdog/files/watchdog-5.2.4_p5-uclibc.patch11
-rw-r--r--sys-apps/watchdog/files/watchdog-5.2.5_p1-sundries.patch19
-rw-r--r--sys-apps/watchdog/files/watchdog-5.2.5_p1-uclibc.patch11
-rw-r--r--sys-apps/watchdog/files/watchdog-5.2.6-sundries.patch19
5 files changed, 0 insertions, 79 deletions
diff --git a/sys-apps/watchdog/files/watchdog-5.2.4_p5-sundries.patch b/sys-apps/watchdog/files/watchdog-5.2.4_p5-sundries.patch
deleted file mode 100644
index 2d3d0a1f2986..000000000000
--- a/sys-apps/watchdog/files/watchdog-5.2.4_p5-sundries.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/sundries.h.orig 2004-08-06 01:33:43.525091352 -0400
-+++ include/sundries.h 2004-08-06 01:33:58.254852088 -0400
-@@ -46,16 +46,7 @@
- char *xstrconcat3 (const char *, const char *, const char *);
- char *xstrconcat4 (const char *, const char *, const char *, const char *);
-
--/* Here is some serious cruft. */
--#ifdef __GNUC__
--#if defined(__GNUC_MINOR__) && __GNUC__ == 2 && __GNUC_MINOR__ >= 5
- void die (int errcode, const char *fmt, ...) __attribute__ ((noreturn));
--#else /* GNUC < 2.5 */
--void die (int errcode, const char *fmt, ...);
--#endif /* GNUC < 2.5 */
--#else /* !__GNUC__ */
--void die (int errcode, const char *fmt, ...);
--#endif /* !__GNUC__ */
-
- #ifdef HAVE_NFS
- int nfsmount (const char *spec, const char *node, int *flags,
diff --git a/sys-apps/watchdog/files/watchdog-5.2.4_p5-uclibc.patch b/sys-apps/watchdog/files/watchdog-5.2.4_p5-uclibc.patch
deleted file mode 100644
index 1986ed88774a..000000000000
--- a/sys-apps/watchdog/files/watchdog-5.2.4_p5-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
diff --git a/sys-apps/watchdog/files/watchdog-5.2.5_p1-sundries.patch b/sys-apps/watchdog/files/watchdog-5.2.5_p1-sundries.patch
deleted file mode 100644
index 2d3d0a1f2986..000000000000
--- a/sys-apps/watchdog/files/watchdog-5.2.5_p1-sundries.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/sundries.h.orig 2004-08-06 01:33:43.525091352 -0400
-+++ include/sundries.h 2004-08-06 01:33:58.254852088 -0400
-@@ -46,16 +46,7 @@
- char *xstrconcat3 (const char *, const char *, const char *);
- char *xstrconcat4 (const char *, const char *, const char *, const char *);
-
--/* Here is some serious cruft. */
--#ifdef __GNUC__
--#if defined(__GNUC_MINOR__) && __GNUC__ == 2 && __GNUC_MINOR__ >= 5
- void die (int errcode, const char *fmt, ...) __attribute__ ((noreturn));
--#else /* GNUC < 2.5 */
--void die (int errcode, const char *fmt, ...);
--#endif /* GNUC < 2.5 */
--#else /* !__GNUC__ */
--void die (int errcode, const char *fmt, ...);
--#endif /* !__GNUC__ */
-
- #ifdef HAVE_NFS
- int nfsmount (const char *spec, const char *node, int *flags,
diff --git a/sys-apps/watchdog/files/watchdog-5.2.5_p1-uclibc.patch b/sys-apps/watchdog/files/watchdog-5.2.5_p1-uclibc.patch
deleted file mode 100644
index 1986ed88774a..000000000000
--- a/sys-apps/watchdog/files/watchdog-5.2.5_p1-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
diff --git a/sys-apps/watchdog/files/watchdog-5.2.6-sundries.patch b/sys-apps/watchdog/files/watchdog-5.2.6-sundries.patch
deleted file mode 100644
index 2d3d0a1f2986..000000000000
--- a/sys-apps/watchdog/files/watchdog-5.2.6-sundries.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/sundries.h.orig 2004-08-06 01:33:43.525091352 -0400
-+++ include/sundries.h 2004-08-06 01:33:58.254852088 -0400
-@@ -46,16 +46,7 @@
- char *xstrconcat3 (const char *, const char *, const char *);
- char *xstrconcat4 (const char *, const char *, const char *, const char *);
-
--/* Here is some serious cruft. */
--#ifdef __GNUC__
--#if defined(__GNUC_MINOR__) && __GNUC__ == 2 && __GNUC_MINOR__ >= 5
- void die (int errcode, const char *fmt, ...) __attribute__ ((noreturn));
--#else /* GNUC < 2.5 */
--void die (int errcode, const char *fmt, ...);
--#endif /* GNUC < 2.5 */
--#else /* !__GNUC__ */
--void die (int errcode, const char *fmt, ...);
--#endif /* !__GNUC__ */
-
- #ifdef HAVE_NFS
- int nfsmount (const char *spec, const char *node, int *flags,