Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2009 19:08:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/rpc svc.c
Message-ID:  <200912071908.nB7J8Kni054848@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-12-07 19:08:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/rpc         svc.c 
  Log:
  SVN rev 200226 on 2009-12-07 19:08:10Z by jhb
  
  MFC 200061:
  The fd_mask type is an unsigned long, not an int, so treat the mask as a
  long instead of an int when examining the results of select() to look for
  RPC requests.  Previously this routine would ignore RPC requests to sockets
  whose file descriptor mod 64 was greater than 31 on a 64-bit platform.
  
  Revision  Changes    Path
  1.23.2.1  +2 -2      src/lib/libc/rpc/svc.c



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