cvs commit: src/lib/libc/rpc svc_vc.c

Martin Blapp mbr at FreeBSD.org
Thu May 29 15:06:07 PDT 2003


mbr         2003/05/29 15:06:06 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/rpc         svc_vc.c 
  Log:
  Don't return -1 and abort if msg.msg_controllen is 0. For
  some strange reason recvmsg() never sets errno to EAGAIN
  on a non-blocking socket and just returns 0.
  
  Reviewed by:    jhb
  Approved by:    re
  
  Revision  Changes    Path
  1.20      +1 -2      src/lib/libc/rpc/svc_vc.c


More information about the cvs-src mailing list