diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /misc/far2l/files/patch-arclite_src_Patch7zCP.cpp | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'misc/far2l/files/patch-arclite_src_Patch7zCP.cpp')
| -rw-r--r-- | misc/far2l/files/patch-arclite_src_Patch7zCP.cpp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/far2l/files/patch-arclite_src_Patch7zCP.cpp b/misc/far2l/files/patch-arclite_src_Patch7zCP.cpp new file mode 100644 index 000000000000..c8a459db31fe --- /dev/null +++ b/misc/far2l/files/patch-arclite_src_Patch7zCP.cpp @@ -0,0 +1,27 @@ +--- arclite/src/Patch7zCP.cpp.orig 2025-10-26 08:39:52 UTC ++++ arclite/src/Patch7zCP.cpp +@@ -641,7 +641,7 @@ FAR_ALIGNED(16) void CItem::GetUnicodeString(UString & + //{ + // return NULL; + //} +-#else ++#elif 0 // unused, incomplete 64-bit-only linux-specific code + void **find_plt_entry_for_symbol(struct link_map *map, void *target_addr) + { + // ElfW(Dyn) *dynamic = map->l_ld; +@@ -776,6 +776,7 @@ bool get_faddrs(void *handle) + return true; + } + ++#if 0 // unused, incomplete 64-bit-only linux-specific code + static bool patch_plt(void *handle) + { + #if defined(__APPLE__) || defined(__UCLIBC__) +@@ -812,6 +813,7 @@ static bool patch_plt(void *handle) + return true; + #endif + } ++#endif + + static bool patch_addr(void *handle) + { |
