From owner-cvs-src@FreeBSD.ORG Wed Aug 31 20:45:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72D116A41F; Wed, 31 Aug 2005 20:45:15 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D5343D45; Wed, 31 Aug 2005 20:45:15 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7VKjFbh033837; Wed, 31 Aug 2005 20:45:15 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7VKjFsu033836; Wed, 31 Aug 2005 20:45:15 GMT (envelope-from stefanf) Message-Id: <200508312045.j7VKjFsu033836@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 31 Aug 2005 20:45:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.h rpc_sample.c rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 20:45:16 -0000 stefanf 2005-08-31 20:45:15 UTC FreeBSD src repository Modified files: usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.h rpc_sample.c rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.h Log: - Use prototypes in headers. - Include rpc_scan.h before rpc_util.h for the tok_kind enum. - Nuke unused declarations. Revision Changes Path 1.10 +1 -0 src/usr.bin/rpcgen/rpc_clntout.c 1.13 +1 -0 src/usr.bin/rpcgen/rpc_cout.c 1.11 +1 -0 src/usr.bin/rpcgen/rpc_hout.c 1.27 +1 -1 src/usr.bin/rpcgen/rpc_main.c 1.6 +1 -1 src/usr.bin/rpcgen/rpc_parse.h 1.7 +1 -0 src/usr.bin/rpcgen/rpc_sample.c 1.6 +7 -7 src/usr.bin/rpcgen/rpc_scan.h 1.17 +1 -0 src/usr.bin/rpcgen/rpc_svcout.c 1.10 +1 -0 src/usr.bin/rpcgen/rpc_tblout.c 1.8 +34 -34 src/usr.bin/rpcgen/rpc_util.h