Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 08:36:27 GMT
From:      soc-chenk <soc-chenk@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85535 for review
Message-ID:  <200510190836.j9J8aRWr053955@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85535

Change 85535 by soc-chenk@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;
 	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510190836.j9J8aRWr053955>