diff options
Diffstat (limited to 'usr.bin/rpcgen/rpc_hout.c')
| -rw-r--r-- | usr.bin/rpcgen/rpc_hout.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index e5d5647f0f7a..4598de6de93f 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -31,8 +31,10 @@ #ident "@(#)rpc_hout.c 1.16 94/04/25 SMI" #ifndef lint +#if 0 static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #endif +#endif /* * rpc_hout.c, Header file outputter for the RPC protocol compiler @@ -113,6 +115,7 @@ print_funcdef(def) pprogramdef(def); break; default: + break; } } |
