summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/watchdog/files/5.2.4-sundries.patch')
-rw-r--r--sys-apps/watchdog/files/5.2.4-sundries.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-apps/watchdog/files/5.2.4-sundries.patch b/sys-apps/watchdog/files/5.2.4-sundries.patch
deleted file mode 100644
index 2d3d0a1f2986..000000000000
--- a/sys-apps/watchdog/files/5.2.4-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,