mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
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.
This commit is contained in:
13
ChangeLog
13
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>
|
2004-10-15 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6,
|
* sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6,
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_clntout.c, Client-stub outputter for the RPC protocol compiler
|
* rpc_clntout.c, Client-stub outputter for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_cout.c, XDR routine outputter for the RPC protocol compiler
|
* rpc_cout.c, XDR routine outputter for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_hout.c, Header file outputter for the RPC protocol compiler
|
* rpc_hout.c, Header file outputter for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From @(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI;
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_main.c, Top level of the RPC protocol compiler.
|
* rpc_main.c, Top level of the RPC protocol compiler.
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_parse.c, Parser for the RPC protocol compiler
|
* rpc_parse.c, Parser for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler
|
* rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_scan.c, Scanner for the RPC protocol compiler
|
* rpc_scan.c, Scanner for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler
|
* rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler
|
* rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
/*
|
/*
|
||||||
* From: @(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI
|
* 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$";
|
"$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rpc_util.c, Utility routines for the RPC protocol compiler
|
* rpc_util.c, Utility routines for the RPC protocol compiler
|
||||||
|
Reference in New Issue
Block a user