In message <pine.bsf.4.10.9908070138180.9444-100...@janus.syracuse.net> "Brian F. Feldman" writes: : You can always use off_t with "%qd", (int64_t)foo.
But that isn't portbale. %qd is a bsdism. %lld and %llu are the latest C standards way to say that. Warner To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message