cvs commit: src/sys/fs/msdosfs msdosfs_conv.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Mar 12 06:23:12 PST 2005
On Fri, Mar 11, 2005 at 07:50:00PM -0800, David O'Brien wrote:
+> On Fri, Mar 11, 2005 at 11:27:46PM +0000, Nate Lawson wrote:
+> > njl 2005-03-11 23:27:46 UTC
+> >
+> > FreeBSD src repository
+> >
+> > Modified files:
+> > sys/fs/msdosfs msdosfs_conv.c
+>
+> Please compile test on 64-bit machines before committing.
+> + printf("msdosfs: file name %d too long\n", nambuf_len);
+> size_t's need %zd, not naked %d.
size_t needs %zu (ssize_t needs %zd) :)
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20050312/603c9e9e/attachment.bin
More information about the cvs-all
mailing list