From owner-cvs-lib Mon May 18 22:36:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17918 for cvs-lib-outgoing; Mon, 18 May 1998 15:09:00 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16735; Mon, 18 May 1998 15:04:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA21521; Mon, 18 May 1998 14:59:54 -0700 (PDT) Date: Mon, 18 May 1998 14:59:54 -0700 (PDT) Message-Id: <199805182159.OAA21521@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc getpublickey.c src/lib/librpcsvc Makefile publickey.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/18 14:59:54 PDT Modified files: lib/libc/rpc getpublickey.c Log: Replace the getpublickey() stub with the real thing. Revision Changes Path 1.2 +160 -33 src/lib/libc/rpc/getpublickey.c Modified files: lib/librpcsvc Makefile Removed files: lib/librpcsvc publickey.c Log: Toss publickey.c in the attic and remove it from the Makefile. If we have it in libc, we don't need it here. Revision Changes Path 1.12 +2 -2 src/lib/librpcsvc/Makefile