diff options
Diffstat (limited to 'package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch')
-rw-r--r-- | package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch b/package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch deleted file mode 100644 index 60f1c78cc..000000000 --- a/package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru rpm-4.4.9_vanilla/rpmio/rpmio.h rpm-4.4.9_uclibc-vs-cookie-seek-pointer/rpmio/rpmio.h ---- rpm-4.4.9_vanilla/rpmio/rpmio.h 2007-04-28 15:55:33.000000000 +0000 -+++ rpm-4.4.9_uclibc-vs-cookie-seek-pointer/rpmio/rpmio.h 2008-03-22 07:28:07.000000000 +0000 -@@ -31,7 +31,7 @@ - * typedefs to isolate the lossage. - */ - /*@{*/ --#if !defined(__LCLINT__) && defined(__GLIBC__) && \ -+#if !defined(__LCLINT__) && defined(__GLIBC__) && !defined(__UCLIBC__) && \ - (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) - #define USE_COOKIE_SEEK_POINTER 1 - typedef _IO_off64_t _libio_off_t; |