From owner-cvs-all Sun Jul 14 16:35:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E339237B400; Sun, 14 Jul 2002 16:35:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE6943E4A; Sun, 14 Jul 2002 16:35:05 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6ENZ5JU036312; Sun, 14 Jul 2002 16:35:05 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6ENZ5VC036311; Sun, 14 Jul 2002 16:35:05 -0700 (PDT) Message-Id: <200207142335.g6ENZ5VC036311@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 14 Jul 2002 16:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_vc.c rpc_clnt_create.3 src/include/rpc clnt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/07/14 16:35:05 PDT Modified files: lib/libc/rpc clnt_vc.c rpc_clnt_create.3 include/rpc clnt.h Log: clnt_vc_create() has const scalar arguments that wind up being modified, fix it (make them non-const) and update the associated documentation. Submitted by: mbr Revision Changes Path 1.19 +1 -1 src/include/rpc/clnt.h 1.15 +2 -2 src/lib/libc/rpc/clnt_vc.c 1.7 +1 -1 src/lib/libc/rpc/rpc_clnt_create.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message