From owner-cvs-all Sun Jul 21 5:55:11 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 97D3637B400; Sun, 21 Jul 2002 05:55:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC3B43E64; Sun, 21 Jul 2002 05:55:05 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from freefall.freebsd.org (charnier@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LCt4JU056451; Sun, 21 Jul 2002 05:55:04 -0700 (PDT) (envelope-from charnier@freefall.freebsd.org) Received: (from charnier@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LCt4wf056450; Sun, 21 Jul 2002 05:55:04 -0700 (PDT) Message-Id: <200207211255.g6LCt4wf056450@freefall.freebsd.org> From: Philippe Charnier Date: Sun, 21 Jul 2002 05:55:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.c rpc_util.h rpcgen.1 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 charnier 2002/07/21 05:55:04 PDT Modified files: usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.c rpc_util.h rpcgen.1 Log: Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc, xstrdup. There is a crash() function that do cleaning before exiting the program. The new functions are wrappers that make use of crash() in case of allocation failure. warn, exit -> err. Reviewed by: alfred Revision Changes Path 1.8 +11 -10 src/usr.bin/rpcgen/rpc_clntout.c 1.10 +20 -25 src/usr.bin/rpcgen/rpc_cout.c 1.9 +13 -11 src/usr.bin/rpcgen/rpc_hout.c 1.19 +16 -21 src/usr.bin/rpcgen/rpc_main.c 1.10 +25 -22 src/usr.bin/rpcgen/rpc_parse.c 1.5 +9 -9 src/usr.bin/rpcgen/rpc_parse.h 1.6 +19 -18 src/usr.bin/rpcgen/rpc_sample.c 1.8 +25 -24 src/usr.bin/rpcgen/rpc_scan.c 1.5 +12 -12 src/usr.bin/rpcgen/rpc_scan.h 1.14 +13 -12 src/usr.bin/rpcgen/rpc_svcout.c 1.6 +11 -10 src/usr.bin/rpcgen/rpc_tblout.c 1.8 +48 -14 src/usr.bin/rpcgen/rpc_util.c 1.6 +19 -18 src/usr.bin/rpcgen/rpc_util.h 1.19 +3 -3 src/usr.bin/rpcgen/rpcgen.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message