1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2004-10-17  Ulrich Drepper  <drepper@redhat.com>

	* 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.
This commit is contained in:
Ulrich Drepper
2004-10-17 15:00:17 +00:00
parent 0da7bcc5bf
commit 6fa02f0ae2
11 changed files with 43 additions and 10 deletions

View File

@@ -31,8 +31,10 @@
/*
* From: @(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI
*/
const char parse_rcsid[] =
#if defined(LIBC_SCCS) && !defined(lint)
static const char parse_rcsid[] =
"$Id$";
#endif
/*
* rpc_parse.c, Parser for the RPC protocol compiler