Re: patch to add error checking in term

2002-02-02 Thread Roland McGrath
> this patch changes the interfaces of the bottom handler to return error > values. Cool. > To keep it simple, for now every old function is changed to return 0. > The actual error checking in devio.c for example can then be added later. For devio we should examine what the drivers do and think

patch to add error checking in term

2002-01-31 Thread Marcus Brinkmann
Hi, this patch changes the interfaces of the bottom handler to return error values. To keep it simple, for now every old function is changed to return 0. The actual error checking in devio.c for example can then be added later. This is also desirable because I am not sure if term can really cope