diff options
Diffstat (limited to 'usr.bin/rpcgen/rpc_clntout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_clntout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 0378604..6104213 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -32,8 +32,10 @@ #ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI" #ifndef lint +#if 0 static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; #endif +#endif /* * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler |