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