turn err into errx in lguest call sites
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Mon, 22 Oct 2007 00:56:21 +0000 (10:56 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:47 +0000 (15:49 +1000)
commitbabed5c00225f109d6ebea368ad2deea2abcce32
treedbe48e07afdd57834fae74c5a7e40493ffc78019
parent25e82eba3a351cc3b263cae765a8786c827e42af
turn err into errx in lguest call sites

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 <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Glauber de Oliveira Costa <gcosta@redhat.com>
Documentation/lguest/lguest.c