diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-16 06:32:00 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-16 06:32:00 +0000 |
commit | ab26b734e5a0be3bf416074ed572050c90525217 (patch) | |
tree | 6fe2498de9705eac32223231ef4228d641e5a6f1 /user/libtirpc/endian-header.patch | |
parent | e7728906a4b0c41cc4a9ba7f338cc42b6570897e (diff) | |
download | packages-ab26b734e5a0be3bf416074ed572050c90525217.tar.gz packages-ab26b734e5a0be3bf416074ed572050c90525217.tar.bz2 packages-ab26b734e5a0be3bf416074ed572050c90525217.tar.xz packages-ab26b734e5a0be3bf416074ed572050c90525217.zip |
user/libtirpc: Update to 1.2.6
Diffstat (limited to 'user/libtirpc/endian-header.patch')
-rw-r--r-- | user/libtirpc/endian-header.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/user/libtirpc/endian-header.patch b/user/libtirpc/endian-header.patch deleted file mode 100644 index 9f9523305..000000000 --- a/user/libtirpc/endian-header.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix location of endian.h. Yay for POSIX next. - ---- libtirpc-1.2.5/src/xdr_float.c.old 2019-12-19 18:55:48.000000000 +0000 -+++ libtirpc-1.2.5/src/xdr_float.c 2019-12-29 18:54:28.408092748 +0000 -@@ -83,7 +83,7 @@ - }; - #else - --#include <bits/endian.h> -+#include <endian.h> - #define IEEEFP - - #endif /* vax */ |