Re: loadfile_*() returns an incorrect errno?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
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