Re: svn commit: r184668 - head/usr.bin/tar/test

2008-11-04 Thread Tim Kientzle
Xin LI wrote: Author: kientzle Date: Wed Nov 5 05:26:11 2008 New Revision: 184668 URL: http://svn.freebsd.org/changeset/base/184668 [...] @@ -494,7 +494,8 @@ test_assert_empty_file(const char *f1fmt if (fd < 0) { fprintf(stderr, "Unable to open %s\n", f1);

Re: svn commit: r184668 - head/usr.bin/tar/test

2008-11-04 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Kientzle wrote: > Author: kientzle > Date: Wed Nov 5 05:26:11 2008 > New Revision: 184668 > URL: http://svn.freebsd.org/changeset/base/184668 > > Log: > Fix compile warnings building on amd64. This is modified slightly > from Jaakko's origin

svn commit: r184668 - head/usr.bin/tar/test

2008-11-04 Thread Tim Kientzle
Author: kientzle Date: Wed Nov 5 05:26:11 2008 New Revision: 184668 URL: http://svn.freebsd.org/changeset/base/184668 Log: Fix compile warnings building on amd64. This is modified slightly from Jaakko's original patch: I have misgivings about the portability of the 'z' printf modifier so o