summaryrefslogtreecommitdiff
path: root/sunrpc/rpc_scan.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-17 15:00:17 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-17 15:00:17 +0000
commit6fa02f0ae2435764480741c8202da71fb3f1ecb2 (patch)
tree4f5a6e5c336feea4f14f921934d6695419a564e5 /sunrpc/rpc_scan.c
parent0da7bcc5bfa992ec96638bad30b8a9c1d7cc4b4f (diff)
Update.
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.
Diffstat (limited to 'sunrpc/rpc_scan.c')
-rw-r--r--sunrpc/rpc_scan.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sunrpc/rpc_scan.c b/sunrpc/rpc_scan.c
index 15c8e01178..d6211e9105 100644
--- a/sunrpc/rpc_scan.c
+++ b/sunrpc/rpc_scan.c
@@ -31,8 +31,10 @@
/*
* From: @(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI
*/
-char scan_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char scan_rcsid[] =
"$Id$";
+#endif
/*
* rpc_scan.c, Scanner for the RPC protocol compiler