Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 787302
Collapse All | Expand All

(-)hashdeep-release-4.4/src/hash.cpp.dist (-1 / +1 lines)
Lines 279-285 Link Here
279
		MAP_FILE|
279
		MAP_FILE|
280
#endif
280
#endif
281
		MAP_SHARED,fd,0);
281
		MAP_SHARED,fd,0);
282
	    if(fdht->base>0){		
282
	    if(fdht->base != (void *) -1){		
283
		/* mmap is successful, so set the bounds.
283
		/* mmap is successful, so set the bounds.
284
		 * if it is not successful, we default to reading the fd
284
		 * if it is not successful, we default to reading the fd
285
		 */
285
		 */

Return to bug 787302