summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-02 03:10:55 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-02 03:10:55 +0000
commit3c9467d883848c3723cd56c864bc23252ee61215 (patch)
tree055cb8180f07534267e707da7c179e6cb3eb2870 /lib/libc/regex/engine.c
parentb61a1a6addfcf030acafebf68b666580754bea2c (diff)
downloadFreeBSD-src-3c9467d883848c3723cd56c864bc23252ee61215.zip
FreeBSD-src-3c9467d883848c3723cd56c864bc23252ee61215.tar.gz
Fix long standing bogosity in ypbind: if /var/yp/binding doesn't exist,
ypbind is supposed to create it but it doesn't. This is because when it checks the return value for the attempted open() of /var/yp/binding/DOMAIN.VERSION, it tests only for a value of -1. This is bogus because open() doesn't return -1 in this case. Now it checks for < 0 instead. This should make life easier for many NIS-newbies who would otherwise be left scratching their heads wondering why the NIS client stuff won't work despite their best efforts. ("I set the domain name on my machine, and /var/yp exists, but when I start ypbind and try a 'ypcat passwd,' it says it can't bind to a server for this domain! Please help!") *long, heavy sigh*
Diffstat (limited to 'lib/libc/regex/engine.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud