diff options
Diffstat (limited to 'sunrpc/rpc_sample.c')
-rw-r--r-- | sunrpc/rpc_sample.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/rpc_sample.c b/sunrpc/rpc_sample.c index 00b58d5bc2..50c3d5554b 100644 --- a/sunrpc/rpc_sample.c +++ b/sunrpc/rpc_sample.c @@ -31,6 +31,10 @@ /* * From: @(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI */ +#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 |