Re: [Lguest] [PATCH] turn err into errx in lguest call sites

2007-08-21 Thread Rusty Russell
On Tue, 2007-08-21 at 17:28 -0300, Glauber de Oliveira Costa wrote: > These two callsites should really be errx instead of err, since there is > no errno associated with them in the moment they are issued. > > Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> Thanks, applied! Rusty.

[PATCH] turn err into errx in lguest call sites

2007-08-21 Thread Glauber de Oliveira Costa
These two callsites should really be errx instead of err, since there is no errno associated with them in the moment they are issued. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- Documentation/lguest/lguest.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff