From eb48795fd3e33bf496c1466e2e3ed8135dcce29f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 1 Dec 2024 07:09:04 -0600 Subject: 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/. --- user/userspace-rcu/endian.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 user/userspace-rcu/endian.patch (limited to 'user/userspace-rcu/endian.patch') diff --git a/user/userspace-rcu/endian.patch b/user/userspace-rcu/endian.patch new file mode 100644 index 000000000..d80495c8a --- /dev/null +++ b/user/userspace-rcu/endian.patch @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3-70-g09d2