Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2004 21:39:37 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        "Greg J." <xcas@cox.net>
Cc:        Tim Robbins <tjr@freebsd.org>
Subject:   Re: msdosfs patch
Message-ID:  <20040201053937.GA58573@dragon.nuxi.com>
In-Reply-To: <401C8B3A.6030300@cox.net>
References:  <200401311932.37140.adridg@cs.kun.nl> <401C02A9.5030506@cox.net> <20040131205355.GY74366@funkthat.com> <401C8B3A.6030300@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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