On Thu, Oct 15, 2009 at 09:31:32AM -0600, Jim Fehlig wrote:
Heh, I've never seen use of '%m'. Had to look that one up in man page - good to know :-).
Right - A lot of the code at the moment is doing: "...%s...", strerror (errno) Technically that is more portable, but not thread safe (if we ever decided to use threads). Doing it correctly with strerror_r is very much more complicated. "%m" is both thread safe and easy to use but not (yet) portable beyond glibc. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org