summaryrefslogtreecommitdiff
path: root/package/findutils/patches/patch-gnulib_lib_getdate_y
diff options
context:
space:
mode:
Diffstat (limited to 'package/findutils/patches/patch-gnulib_lib_getdate_y')
-rw-r--r--package/findutils/patches/patch-gnulib_lib_getdate_y11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/findutils/patches/patch-gnulib_lib_getdate_y b/package/findutils/patches/patch-gnulib_lib_getdate_y
deleted file mode 100644
index 32445eab7..000000000
--- a/package/findutils/patches/patch-gnulib_lib_getdate_y
+++ /dev/null
@@ -1,11 +0,0 @@
---- findutils-4.4.2.orig/gnulib/lib/getdate.y Sun May 10 23:23:57 2009
-+++ findutils-4.4.2/gnulib/lib/getdate.y Sat May 24 15:28:27 2014
-@@ -114,7 +114,7 @@
- wraps around, but there's no portable way to check for that at
- compile-time. */
- verify (TYPE_IS_INTEGER (time_t));
--verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX);
-+//verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX);
-
- /* An integer value, and the number of digits in its textual
- representation. */