From owner-cvs-lib Tue Dec 31 01:14:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA21346 for cvs-lib-outgoing; Tue, 31 Dec 1996 01:14:04 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA21339; Tue, 31 Dec 1996 01:14:02 -0800 (PST) Date: Tue, 31 Dec 1996 01:14:02 -0800 (PST) From: Peter Wemm Message-Id: <199612310914.BAA21339@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/rpc svc_run.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/31 01:14:01 Modified: lib/libc/rpc svc_run.c Log: use svc_maxfd + 1 in the select() call. (There may be a behavior difference between the 2.1 and 2.2/3.0 kernels in this area, it seemed to work for me but I have a horribly hacked select() that might have a bug in the handling of this) Submitted by: wpaul Revision Changes Path 1.5 +3 -3 src/lib/libc/rpc/svc_run.c