diff options
Diffstat (limited to 'sunrpc/rpc_svcout.c')
-rw-r--r-- | sunrpc/rpc_svcout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sunrpc/rpc_svcout.c b/sunrpc/rpc_svcout.c index a1eb792097..9a807c4096 100644 --- a/sunrpc/rpc_svcout.c +++ b/sunrpc/rpc_svcout.c @@ -31,8 +31,10 @@ /* * From: @(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI */ -char svcout_rcsid[] = +#if defined(LIBC_SCCS) && !defined(lint) +static const char svcout_rcsid[] = "$Id$"; +#endif /* * rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler |