summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/watchdog/files/5.2-sundries.patch')
-rw-r--r--sys-apps/watchdog/files/5.2-sundries.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/watchdog/files/5.2-sundries.patch b/sys-apps/watchdog/files/5.2-sundries.patch
deleted file mode 100644
index e018571a4d00..000000000000
--- a/sys-apps/watchdog/files/5.2-sundries.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN watchdog-5.2/include/sundries.h watchdog-5.2-modified/include/sundries.h
---- watchdog-5.2/include/sundries.h 1998-09-10 10:19:11.000000000 -0500
-+++ watchdog-5.2-modified/include/sundries.h 2002-10-29 10:30:49.000000000 -0600
-@@ -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 volatile 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,