Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1995 11:10:08
pk
Sat Jun 24 11:00:34 EDT 1995
Update of /a/cvsroot/src/usr.bin/rpcgen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7247

Modified Files:
	rpc_main.c rpc_svcout.c rpc_tblout.c 
Log Message:
Always distinguish client and server worker routines (used to be the
case only when compiling in ANSI (`-C') mode).


pk
Sat Jun 24 11:03:56 EDT 1995
Update of /a/cvsroot/src/usr.sbin/rpc.bootparamd
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7314

Modified Files:
	Makefile bootparamd.c 
Log Message:
Conform to rpcgen generated names and prototypes.
The server-side worker routines now have "_svc" appended to avoid
conflict with client-side prototypes.