From owner-cvs-all@FreeBSD.ORG Thu Sep 23 18:25:47 2004 Return-Path: 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 27FA016A4D3; Thu, 23 Sep 2004 18:25:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A8143D49; Thu, 23 Sep 2004 18:25:47 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8NIPkdo054355; Thu, 23 Sep 2004 18:25:46 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8NIPkT6054354; Thu, 23 Sep 2004 18:25:46 GMT (envelope-from stefanf) Message-Id: <200409231825.i8NIPkT6054354@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 23 Sep 2004 18:25:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/rpc rpcclnt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 18:25:47 -0000 stefanf 2004-09-23 18:25:46 UTC FreeBSD src repository Modified files: sys/rpc rpcclnt.h Log: Prefer C99's __func__ over GCC's __FUNCTION__. Approved by: alfred Revision Changes Path 1.4 +1 -1 src/sys/rpc/rpcclnt.h