From owner-freebsd-commit Wed May 3 11:34:42 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA09393 for commit-outgoing; Wed, 3 May 1995 11:34:42 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA09379 for cvs-usrsbin-outgoing; Wed, 3 May 1995 11:34:37 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA09365 ; Wed, 3 May 1995 11:34:24 -0700 Date: Wed, 3 May 1995 11:34:24 -0700 From: Bill Paul Message-Id: <199505031834.LAA09365@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/05/03 11:34:23 Modified: lib/libc/yp yplib.c Log: Cosmetic changes and paranoia checks: ypbind.c: Make fewer assumtions about the state of the dom_alive and dom_broadcasting flags in roc_received(). If select() fails, use syslog() to report the error rather than perror(). Check that all our malloc()s succeed. Report malloc() failure in ypbindproc_setdom_2() to callers. yplib.c: Use #defined constants in ypbinderr_string() rather than hard-coded values. Modified: usr.sbin/ypbind ypbind.c Log: Cosmetic changes and paranoia checks: ypbind.c: Make fewer assumtions about the state of the dom_alive and dom_broadcasting flags in roc_received(). Cosmetic changes and paranoia checks: ypbind.c: Make fewer assumtions about the state of the dom_alive and dom_broadcasting flags in roc_received(). If select() fails, use syslog() to report the error rather than perror(). Check that all our malloc()s succeed. Report malloc() failure in ypbindproc_setdom_2() to callers. yplib.c: Use #defined constants in ypbinderr_string() rather than hard-coded values.