From owner-cvs-lib Mon Dec 30 07:16:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA01172 for cvs-lib-outgoing; Mon, 30 Dec 1996 07:16:27 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA01165; Mon, 30 Dec 1996 07:16:24 -0800 (PST) Date: Mon, 30 Dec 1996 07:16:24 -0800 (PST) From: Peter Wemm Message-Id: <199612301516.HAA01165@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/rpc svc_simple.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/30 07:16:24 Modified: lib/libc/rpc svc_simple.c Log: - canonical function declaration - prototypes now in common include file - use standard functions Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. Revision Changes Path 1.5 +6 -7 src/lib/libc/rpc/svc_simple.c