b48252f365
descriptors against -1 (as appropriate). * add actual checks which to detect stuff that would trigger_DIAGASSERT(), and attempt to return a sane error condition. * knf some code * remove some `register' decls. the first two items result in the addition of code similar to the following in various functions: _DIAGASSERT(path != NULL) #ifdef _DIAGNOSTIC if (path == NULL) { errno = EFAULT; return (-1); } #endif |
||
---|---|---|
.. | ||
local.h | ||
Makefile.inc | ||
xdryp.c | ||
yp_all.c | ||
yp_first.c | ||
yp_maplist.c | ||
yp_master.c | ||
yp_match.c | ||
yp_order.c | ||
ypclnt.3 | ||
yperr_string.c | ||
yplib.c | ||
ypprot_err.c |