Subject: CVS commit: src/usr.bin/rpcinfo
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/03/2006 15:21:26
Module Name:	src
Committed By:	christos
Date:		Mon Apr  3 15:21:26 UTC 2006

Modified Files:
	src/usr.bin/rpcinfo: rpcinfo.c

Log Message:
Coverity CID 2287: Fix memory leak.
Plus:
	- change fprintf -> errx
	- remove unneeded casts
	- avoid err() shadowing


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/usr.bin/rpcinfo/rpcinfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.