opnsense-ports/archivers/upx/files/patch-src_p__mach.cpp
Franco Fichtner 069f3654e0 */*: sync with upstream
Taken from: FreeBSD
2022-01-03 11:55:03 +01:00

11 lines
370 B
C++

--- src/p_mach.cpp.orig 2020-01-22 21:29:58 UTC
+++ src/p_mach.cpp
@@ -467,7 +467,7 @@ PackMachBase<T>::compare_segment_command(void const *c
if (a->vmsize) return -1; // 'a' is first
if (b->vmsize) return 1; // 'a' is last
// What could remain?
- return 0;
+ return 0;
}
#undef PAGE_MASK