Files
gentoo/app-crypt/md5deep/files/md5deep-4.4-pointer-comparison.patch
David Seifert 5dcf897901 app-crypt/md5deep: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/787302
Signed-off-by: David Seifert <soap@gentoo.org>
2021-08-05 11:37:29 +02:00

12 lines
262 B
Diff

--- a/src/hash.cpp
+++ b/src/hash.cpp
@@ -279,7 +279,7 @@
MAP_FILE|
#endif
MAP_SHARED,fd,0);
- if(fdht->base>0){
+ if(fdht->base){
/* mmap is successful, so set the bounds.
* if it is not successful, we default to reading the fd
*/