rpms/rekall/FC-6 rekall-2.4.5-64bitfix.patch,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jan 18 19:26:13 UTC 2007


Author: spot

Update of /cvs/extras/rpms/rekall/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14105/FC-6

Modified Files:
	rekall-2.4.5-64bitfix.patch 
Log Message:

Last fix. I hope.


rekall-2.4.5-64bitfix.patch:

Index: rekall-2.4.5-64bitfix.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-6/rekall-2.4.5-64bitfix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rekall-2.4.5-64bitfix.patch	18 Jan 2007 18:42:12 -0000	1.2
+++ rekall-2.4.5-64bitfix.patch	18 Jan 2007 19:25:43 -0000	1.3
@@ -60,3 +60,14 @@
  				lineNo
  			))	;
  			tracePoints.remove (tp) ;
+--- rekall-2.4.5/libs/el32/hash.cpp.BAD	2007-01-18 13:24:14.000000000 -0600
++++ rekall-2.4.5/libs/el32/hash.cpp	2007-01-18 13:24:19.000000000 -0600
+@@ -145,7 +145,7 @@
+ 			/* otherwise use just the tag (pretty useless	*/
+ 			/* but so what, not a common case).		*/
+ 			if ((key.tag->flags & TF_SHARED) == 0)
+-				hval	= (int)key.val.shared ;
++				hval	= (long)key.val.shared ;
+ 			else	hval	= key.tag->tag ;
+ 			break	;
+ 	}




More information about the fedora-extras-commits mailing list