bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: zealous use of error


From: Thomas Bushnell, BSG
Subject: Re: zealous use of error
Date: 24 Mar 2002 15:00:11 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

James A Morrison <ja2morri@student.math.uwaterloo.ca> writes:

> libnetfs:
>       * make-protid.c (netfs_make_protid): Use err, not errno.

This one is incorrect; it changes the established interface of
netfs_make_protid, which is that errno is set on error returns.

See, for example, libnetfs/fsys-getroot.c which depends on this
behavior.

(There are other callers of netfs_make_protid which do not properly
check for errors, but should.  They would also depend on this
behavior.)


Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]