on 12/05/2011 20:02 Warner Losh said the following:
> - printf(" %6lu", vn.vn_size);
> + printf(" %6ju", (intmax_t)vn.vn_size);Just a nit - uintmax_t should be more appropriate here. Thank you for fixing this! > print_access_flags(fst->fs_fflags); > } -- Andriy Gapon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
