Subject: CVS commit: src/usr.bin/rpcgen
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/25/2003 19:31:09
Module Name:	src
Committed By:	christos
Date:		Wed Jun 25 19:31:09 UTC 2003

Modified Files:
	src/usr.bin/rpcgen: rpc_svcout.c

Log Message:
In no-main mode [rpcgen -C -m], don't declare _rpcfoo variables static.
Let the main program declare them extern if it wants, otherwise we get
link failures for variables not defined.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/rpcgen/rpc_svcout.c

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