diff options
Diffstat (limited to 'sunrpc/rpc_tblout.c')
-rw-r--r-- | sunrpc/rpc_tblout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sunrpc/rpc_tblout.c b/sunrpc/rpc_tblout.c index 4f62e2e7fd..bf4037fc37 100644 --- a/sunrpc/rpc_tblout.c +++ b/sunrpc/rpc_tblout.c @@ -31,8 +31,10 @@ /* * From: @(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI */ -char tblout_rcsid[] = +#if defined(LIBC_SCCS) && !defined(lint) +static const char tblout_rcsid[] = "$Id$"; +#endif /* * rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler |