From owner-cvs-lib Wed May 28 09:39:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA20416 for cvs-lib-outgoing; Wed, 28 May 1997 09:39:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA20367; Wed, 28 May 1997 09:38:50 -0700 (PDT) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA16342; Wed, 28 May 1997 09:38:36 -0700 (PDT) Date: Wed, 28 May 1997 09:38:36 -0700 (PDT) Message-Id: <199705281638.JAA16342@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc getrpcent.3 svc_run.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1997/05/28 09:38:36 PDT Modified files: lib/libc/rpc getrpcent.3 svc_run.c Log: Fix other small things that got lost in the merge: - bde's change to includes section in getrpcent.3 - Lost comment in svc_run.c (the code here was actually the same since I had fixed the 'fds + 1' bug in my stuff at home before mailing Peter about it, but I didn't notce that he'd made a change to the comment right above the changed line). Also pointed out by the ever vigilant: bde Revision Changes Path 1.8 +1 -1 src/lib/libc/rpc/getrpcent.3 1.9 +2 -2 src/lib/libc/rpc/svc_run.c