Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 1995 11:34:24 -0700
From:      Bill Paul <wpaul>
To:        CVS-commiters, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin/ypbind ypbind.c
Message-ID:  <199505031834.LAA09365@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505031834.LAA09365>