diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-16 18:12:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-16 18:12:36 +0100 |
commit | c9fc73c8354c8f9a91943e07e1958ebb2cb1f4b4 (patch) | |
tree | b231676415068adf4dd916d82d80c643013d4cfb /package/findutils/patches/patch-gnulib_lib_getdate_y | |
parent | 329c31246e8aea3d3a1890ea839776d707b4617f (diff) |
findutils: update to latest, musl patches no longer required, as upstream updated included gnulib copy
Diffstat (limited to 'package/findutils/patches/patch-gnulib_lib_getdate_y')
-rw-r--r-- | package/findutils/patches/patch-gnulib_lib_getdate_y | 11 |
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. */ |