msdosfs patch

David O'Brien obrien at freebsd.org
Sat Jan 31 21:40:18 PST 2004


On Sat, Jan 31, 2004 at 10:14:34PM -0700, Greg J. wrote:
> >>+	ssize_t i, j;
...
> >>-		if (unix2doschr(&cp, (size_t *)&i, pmp) == 0)
...
> I'm no C expert.. but I'm guessin that (ssize_t) is a typo.. funny how 
> it still works?

ssize_t is signed size_t, an ISO-C type.  One of the above is probably a
typo - the question is did Tim want a signed or unsigned type.


More information about the freebsd-amd64 mailing list