FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):
authormillert <millert@openbsd.org>
Fri, 21 Feb 1997 17:10:08 +0000 (17:10 +0000)
committermillert <millert@openbsd.org>
Fri, 21 Feb 1997 17:10:08 +0000 (17:10 +0000)
commit025fec4d8011eb6815f2c7f84678e7cfd0570cd8
treeaef3d2fb3a43b74cf77954d8b825cace1fd81797
parente23def3d0ba3bdc2684d58abe49d6d21f74ce269
FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):
    Don't pass getdtablesize() as first arg to select(2).  No need
    to do this since we only select on one fd--use (fd+1) as nfds.
    This fixes the problem with fdesc as well (though that is really
    an fdesc bug).  Fix will be in sudo 1.5.4.
gnu/usr.bin/sudo/sudo/tgetpass.c