use strerror(errno) + "%s" instead of "%m", since %m is not really a printf formater
commit8338244c6dcafb2f8f63e8fc6b4852fb869e1057
authorLove Hörnquist Åstrand <lha@kth.se>
Thu, 28 May 2009 01:21:19 +0000 (28 01:21 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Thu, 28 May 2009 01:21:19 +0000 (28 01:21 +0000)
tree0a57fd8004da8cff29569bd13c218c6683b9e6c4
parent569ee5438cf92e0bf1e6d162a2c5bb15ed4782a1
use strerror(errno) + "%s" instead of "%m", since %m is not really a printf formater

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25254 ec53bebd-3082-4978-b11e-865c3cabbd6b
appl/rsh/rshd.c