diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-01 07:09:04 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-01 07:09:04 -0600 |
commit | eb48795fd3e33bf496c1466e2e3ed8135dcce29f (patch) | |
tree | 848f07c418f3d335fda22b624edc52c96fd68f8e /system/userspace-rcu/endian.patch | |
parent | 65490a3788757ebca8d8c259a2c4a29c875ad765 (diff) | |
download | packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.gz packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.bz2 packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.xz packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.zip |
system/xfsprogs + rdeps: Move to user/
* inih requires Meson, and we don't want to introduce Meson to the
system/ ABI, so we need to move it to user/.
* This takes xfsprogs with it. This is fine because we still have
system/e2fsprogs for a file system on new ports.
* As the only dependent of userspace-rcu was xfsprogs, it doesn't
need to be present in system/ any more either. Move to user/.
Diffstat (limited to 'system/userspace-rcu/endian.patch')
-rw-r--r-- | system/userspace-rcu/endian.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/userspace-rcu/endian.patch b/system/userspace-rcu/endian.patch deleted file mode 100644 index d80495c8a..000000000 --- a/system/userspace-rcu/endian.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- userspace-rcu-0.14.0/doc/examples/rculfhash/jhash.h.old 2023-02-13 11:51:12.000000000 -0600 -+++ userspace-rcu-0.14.0/doc/examples/rculfhash/jhash.h 2024-08-10 18:35:07.651374111 -0500 -@@ -51,7 +51,7 @@ - c ^= b; c -= rot(b, 24); \ - } - --#if (BYTE_ORDER == LITTLE_ENDIAN) -+#if (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) - #define HASH_LITTLE_ENDIAN 1 - #else - #define HASH_LITTLE_ENDIAN 0 |