Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 1997 23:03:55 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/net res_send.c
Message-ID:  <199709160603.XAA15019@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/09/15 23:03:55 PDT

  Modified files:
    lib/libc/net         res_send.c 
  Log:
  Some adjustments for the resolver use of poll().  For some reason I thought
  an unimplemented syscall returned ENOSYS, rather than EINVAL.  I have run
  statically linked code with this wrapper and it does appear to work fine
  on 2.2-stable which doesn't have poll().  ktrace shows the poll syscall fail
  once and the fallback to select() working.
  
  Revision  Changes    Path
  1.20      +8 -7      src/lib/libc/net/res_send.c



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