PERFORCE change 85535 for review

soc-chenk soc-chenk at FreeBSD.org
Wed Oct 19 01:36:28 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=85535

Change 85535 by soc-chenk at soc-chenk_leavemealone on 2005/10/19 08:35:43

	One more bit of Anish's portability patch
	Submitted by:	soc-chenk

Affected files ...

.. //depot/projects/soc2005/fuse4bsd2/fuse_module/fuse.c#23 edit

Differences ...

==== //depot/projects/soc2005/fuse4bsd2/fuse_module/fuse.c#23 (text+ko) ====

@@ -3499,7 +3499,7 @@
 		                PAGE_SIZE * FUSE_MAX_PAGES_PER_REQ);
 	
 		DEBUG2G("fri->fh %llu, fri->offset %d, fri->size %d\n",
-		        fri->fh, (int)fri->offset, fri->size);
+		        (unsigned long long)fri->fh, (int)fri->offset, fri->size);
 		if ((err = fdisp_wait_answ(&fdi)))
 			goto out;
 	


More information about the p4-projects mailing list