diff options
Diffstat (limited to 'sunrpc/rpc_sample.c')
-rw-r--r-- | sunrpc/rpc_sample.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sunrpc/rpc_sample.c b/sunrpc/rpc_sample.c index 79214a6a83..50c3d5554b 100644 --- a/sunrpc/rpc_sample.c +++ b/sunrpc/rpc_sample.c @@ -31,8 +31,10 @@ /* * From: @(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI */ -char sample_rcsid[] = +#if defined(LIBC_SCCS) && !defined(lint) +static const char sample_rcsid[] = "$Id$"; +#endif /* * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler |