freebsd-src/lib
Bill Paul 2943bd1c53 Reviewed by: Bill Paul <wpaul@freebsd.org>
Submitted by:	Sebastian Strollo <seb@erix.ericsson.se>

- In /usr/src/lib/libc/yp/yplib.c, function yp_first when clnt_call
fails with (r != RPC_SUCCESS) ysd->dom_vers should be set to 0! This
ensures that /var/yp/bindings/dom.vers will be read again on retry.
What happens now is that when our server is down and someone tries to
use yp they will continue to try until kingdom come. So:
        if(r != RPC_SUCCESS) {
                clnt_perror(ysd->dom_client, "yp_first: clnt_call");
                ysd->dom_vers = -1;
                               ^^^^ change to 0
                goto again;
        }
1995-03-21 00:48:55 +00:00
..
csu/i386 Remove an unused variable. 1995-02-24 07:51:13 +00:00
libc Reviewed by: Bill Paul <wpaul@freebsd.org> 1995-03-21 00:48:55 +00:00
libcom_err Don't call _doprnt, which doesn't exist; use vfprintf. 1995-01-23 22:53:12 +00:00
libcompat add a couple of missing #include lines 1995-03-19 07:00:52 +00:00
libcrypt
libcurses Separated out the _putchar & __cputchar() routines so that programs such 1995-03-19 21:47:51 +00:00
libedit
libf2c
libF77
libforms Pull old lex.l out of attic and update to new one. 1995-03-01 08:25:40 +00:00
libI77
libkvm Comment out declaration of kvm_uread until it can be fixed correctly. 1995-03-20 16:35:11 +00:00
libm
libmd Clean a bunch of -Wall warnings. 1995-02-24 08:51:34 +00:00
libmytinfo Solve conflict between two global force variables 1995-03-03 02:34:14 +00:00
libncurses Fix wbkgdset macro 1995-03-13 19:02:04 +00:00
libpam/modules In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.c 1995-01-20 23:07:10 +00:00
libpcap Fix typo: pcap.h.h 1995-02-23 18:47:06 +00:00
libresolv
librpc
librpcsvc If we are going to set the OBJS target, don't add to the old target. This 1995-03-04 17:39:24 +00:00
libscsi Clean up handling of unspecified names. Clarify man page. 1995-01-26 23:48:41 +00:00
libskey
libss Remove private mkdir for /usr/include/ss, no handled by mtree. 1995-03-18 08:34:42 +00:00
libtelnet
libterm
libtermcap tputs: (char) -> (int) 1994-12-10 22:01:25 +00:00
libutil Fix suspended vipw hangs 1995-03-09 21:53:12 +00:00
liby
msun Obtained from: NetBSD 1995-03-08 01:41:40 +00:00
ncurses/ncurses Add missing lib_window.c to SRCS 1995-02-13 17:23:18 +00:00
rpcsvc
Makefile Add libpcap. I don't know what it is doing in the tree, but it has 1995-02-08 20:46:53 +00:00
Makefile.inc