Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/11/1997 21:10:03
christos
Sat Oct 11 17:02:01 EDT 1997
Update of /cvsroot/src/usr.bin/rpcgen
In directory netbsd1:/var/slash-tmp/cvs-serv12182

Modified Files:
	Makefile 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 
Log Message:
- Rename "inline" variable to "doinline" so that we don't need -ansi
- Fix gcc warnings and add netbsd rcsid's
- add WARNS to the Makefile
- Add errx() to unhandled cases where appropriate.