Date: Sun, 21 Jul 2002 05:55:04 -0700 (PDT) From: Philippe Charnier <charnier@FreeBSD.org> 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 Message-ID: <200207211255.g6LCt4wf056450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207211255.g6LCt4wf056450>