Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 1996 10:41:21 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/rpc rpc_dtablesize.c
Message-ID:  <199612301841.KAA10500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/30 10:41:21

  Modified:    lib/libc/rpc  rpc_dtablesize.c
  Log:
  Oops! Bad Idea! (TM)
  
  Restore the clamp on the return value from rpc_dtablesize()..  Some programs
  (eg: ypserv) use this as an indication of how large svc_fdset is in their
  hand-rolled svc_run() loops.  The svc_fdset table is maintained by the
  rpc library explicitly for compatability with such programs.  (It uses
  a different variable-sized bitmap itself internally)
  
  Revision  Changes    Path
  1.6       +13 -3     src/lib/libc/rpc/rpc_dtablesize.c



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