Re: added an error_t to netfs_startup

2002-03-09 Thread Neal H Walfield
I have checked this in. Thanks. Also, you forgot to update the copyright year; I have done this for you. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: added an error_t to netfs_startup

2002-03-09 Thread James Morrison
--- Neal H Walfield <[EMAIL PROTECTED]> wrote: > > This patch is cosmetic, but it helped me debug since I couldn't > get > > gdb to print errno, where it would print error. > > > > Is this the better way to return the error? > > The current code is wrong. This is the Right Way. > Ok, ne

Re: added an error_t to netfs_startup

2002-03-09 Thread Neal H Walfield
> This patch is cosmetic, but it helped me debug since I couldn't get > gdb to print errno, where it would print error. > > Is this the better way to return the error? The current code is wrong. This is the Right Way. > * init-startup: Changed errno to err. This is better: