summaryrefslogtreecommitdiff
path: root/sysutils/heartbeat/files/patch-include-clplumbing-longclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/heartbeat/files/patch-include-clplumbing-longclock.h')
-rw-r--r--sysutils/heartbeat/files/patch-include-clplumbing-longclock.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/heartbeat/files/patch-include-clplumbing-longclock.h b/sysutils/heartbeat/files/patch-include-clplumbing-longclock.h
deleted file mode 100644
index 5991f679a64f..000000000000
--- a/sysutils/heartbeat/files/patch-include-clplumbing-longclock.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/clplumbing/longclock.h.orig 2008-08-18 07:32:19.000000000 -0500
-+++ include/clplumbing/longclock.h 2011-09-07 16:43:50.000000000 -0500
-@@ -37,7 +37,7 @@
- *
- * The functions provided here are:
- *
-- * unsigned long cl_times(void);
-+ * clock_t cl_times(void);
- * A rational wrapper for the times(2) call
- * for those cases where only the return value
- * is wanted.
-@@ -79,7 +79,7 @@
- *
- * extern const longclock_t zero_longclock;
- */
--extern unsigned long cl_times(void);
-+extern clock_t cl_times(void);
-
- #ifdef CLOCK_T_IS_LONG_ENOUGH
- # ifndef HAVE_LONGCLOCK_ARITHMETIC