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_cout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sunrpc/rpc_cout.c') diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index a6471ab335..a803feb65a 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -31,8 +31,10 @@ /* * From: @(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI */ -char cout_rcsid[] = +#if defined(LIBC_SCCS) && !defined(lint) +static const char cout_rcsid[] = "$Id$"; +#endif /* * rpc_cout.c, XDR routine outputter for the RPC protocol compiler -- cgit v1.2.3