]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 17 Oct 2004 15:00:17 +0000 (15:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 17 Oct 2004 15:00:17 +0000 (15:00 +0000)
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.

ChangeLog
sunrpc/rpc_clntout.c
sunrpc/rpc_cout.c
sunrpc/rpc_hout.c
sunrpc/rpc_main.c
sunrpc/rpc_parse.c
sunrpc/rpc_sample.c
sunrpc/rpc_scan.c
sunrpc/rpc_svcout.c
sunrpc/rpc_tblout.c
sunrpc/rpc_util.c

index d2bea7f272e3f7246836a282e40e7ef3dcce39e1..cdbb3470fa316a383ac94bac7c6812f1ea50a277 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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.
+
 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6,
index 1e6bb5672825e8a8bd4990e3a837592fa0d3125c..4e2832ff56502741ee699b975d28b1d8a926ca35 100644 (file)
 /*
  * From: @(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI
  */
-char clntout_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char clntout_rcsid[] =
   "$Id$";
+#endif
 
 /*
  * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler
index a6471ab335480597d93f4abdda4610e51e96e438..a803feb65a7f39bfa4cfdde0165747e0ac6e55c2 100644 (file)
 /*
  * 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
index 076d63cb12d056ed10a620ee27e7e4ad526aadc5..38cb4195274334f0428972d98c870c4a285008a5 100644 (file)
 /*
  * From: @(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI
  */
-char hout_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char hout_rcsid[] =
   "$Id$";
+#endif
 
 /*
  * rpc_hout.c, Header file outputter for the RPC protocol compiler
index 656f8ae5023f9fc0a0b23ff56993dc8fffae415d..fee83514d1a7d394b325c44879c782913b2f577d 100644 (file)
 /*
  * From @(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI;
  */
-const char main_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char main_rcsid[] =
   "$Id$";
+#endif
 
 /*
  * rpc_main.c, Top level of the RPC protocol compiler.
index d6eda423095ff178140a2b64b502ccfba759e6ce..7115cbdd0830f9d06555ab72f03d283c2eecf9f0 100644 (file)
 /*
  * 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
index 79214a6a8323472e8598f53fd3f781da5438fa87..50c3d5554ba32fcfebb9fc10cb5e714cd4de994b 100644 (file)
 /*
  * From: @(#)rpc_sample.c  1.1  90/08/30  (C) 1987 SMI
  */
-char sample_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char sample_rcsid[] =
   "$Id$";
+#endif
 
 /*
  * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler
index 15c8e01178d7081fc617d15ed4d77db2f5f03092..d6211e91053725dc5d745c3ebd08835fcbd9ea8d 100644 (file)
 /*
  * 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
index a1eb7920977f06c4c27c38e5e1f66eae6863fdde..9a807c409632bdf617817467714258703af3cdef 100644 (file)
 /*
  * From: @(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI
  */
-char svcout_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char svcout_rcsid[] =
   "$Id$";
+#endif
 
 /*
  * rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler
index 4f62e2e7fd2a47f60328a60bbeb9924ef047c7d4..bf4037fc37e33f810123c26d944d8e610a69e059 100644 (file)
 /*
  * 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
index 4c986040ce3df1ab7dfcc25a3365f50e1bf3ffcf..31e1d3143c19e9235018f12e0af58bc9a02d557e 100644 (file)
 /*
  * From: @(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI
  */
-char util_rcsid[] =
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char util_rcsid[] =
   "$Id$";
+#endif
 
 /*
  * rpc_util.c, Utility routines for the RPC protocol compiler