Re: [Fwd: [PATCH] Some pxe fixes.]

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
Hello. Sorry that this mail was overlooked On Fri, May 1, 2009 at 3:34 PM, Michel Hermier wrote: > Hi, > > I was toying with pxe and noticed some errors in the code small errors > in the code. In the file read method it is possible to return error > codes instead of amount read. This patch fix tha

[Fwd: [PATCH] Some pxe fixes.]

2009-05-01 Thread Michel Hermier
Hi, I was toying with pxe and noticed some errors in the code small errors in the code. In the file read method it is possible to return error codes instead of amount read. This patch fix that by setting the error and returning -1 instead. It also fix some coding style by removing tabs and use UN