Subject: Re: loadfile_*() returns an incorrect errno?
To: Martin Husemann <martin@duskware.de>
From: Tetsuya Isaki <isaki@par.odn.ne.jp>
List: tech-install
Date: 11/23/2007 13:30:19
Hi, Martin.

Thanks for reviewing.
I'll commit it.
---
Tetsuya Isaki <isaki@par.odn.ne.jp / isaki@NetBSD.org>

At Sun, 18 Nov 2007 11:25:03 +0100,
Martin Husemann wrote:
> 
> On Sun, Nov 18, 2007 at 04:58:02PM +0900, Tetsuya Isaki wrote:
> > I think that loadfile_*() should always set errno when
> > returns -1.  So, how about the attached patch?
> 
> Looks good.
> 
> >  But I'm 
> > not sure whether ESHORT is good.
> 
> EREAD? But it's just a name, don't worry too much about it.
> 
> > P.S. May I do a style fix in sys/lib/libsa?
> 
> Sure, why not?
> 
> Martin