From 6fa02f0ae2435764480741c8202da71fb3f1ecb2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 17 Oct 2004 15:00:17 +0000 Subject: Update. 2004-10-17 Ulrich Drepper * sunrpc/rpc_clntout.c: Avoid including rcsid into binary. * sunrpc/rpc_cout.c: Likewise. * sunrpc/rpc_hout.c: Likewise. * sunrpc/rpc_main.c: Likewise. * sunrpc/rpc_parse.c: Likewise. * sunrpc/rpc_sample.c: Likewise. * sunrpc/rpc_scan.c: Likewise. * sunrpc/rpc_svcout.c: Likewise. * sunrpc/rpc_tblout.c: Likewise. * sunrpc/rpc_util.c: Likewise. --- sunrpc/rpc_tblout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sunrpc/rpc_tblout.c') 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 -- cgit 1.4.1