1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2005-11-21  Ulrich Drepper  <drepper@redhat.com>

	* locales/se_NO: Remove RCS ID line.
This commit is contained in:
Ulrich Drepper
2005-11-21 15:45:19 +00:00
parent 34df9f751d
commit afd662ec27
23 changed files with 6 additions and 59 deletions

View File

@ -1,5 +1,3 @@
# Generated from $Id$.
srcdir = @srcdir@ srcdir = @srcdir@
# Uncomment the line below if you want to do parallel build. # Uncomment the line below if you want to do parallel build.

View File

@ -1,5 +1,4 @@
/* @configure_input@ -*- C -*- /* @configure_input@ -*- C -*-
Generated from $Id$.
This is used only by the generic `uname' function for systems with no real This is used only by the generic `uname' function for systems with no real
`uname' call. If this data is not correct, it does not matter much. */ `uname' call. If this data is not correct, it does not matter much. */

View File

@ -1,5 +1,4 @@
# @configure_input@ # @configure_input@
# From $Id$.
# Don't edit this file. Put configuration parameters in configparms instead. # Don't edit this file. Put configuration parameters in configparms instead.
version = @VERSION@ version = @VERSION@

View File

@ -1,3 +1,7 @@
2005-11-21 Ulrich Drepper <drepper@redhat.com>
* locales/se_NO: Remove RCS ID line.
2005-11-16 Ulrich Drepper <drepper@redhat.com> 2005-11-16 Ulrich Drepper <drepper@redhat.com>
[BZ 1872] [BZ 1872]

View File

@ -1,4 +1,3 @@
# $Id$
comment_char % comment_char %
escape_char / escape_char /
% %

View File

@ -18,8 +18,6 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
/* $Id$ */
#include <stdbool.h> #include <stdbool.h>
/* Compile-time constants. */ /* Compile-time constants. */

View File

@ -18,8 +18,6 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
/* $Id$ */
/* What to do if the standard debugging hooks are in place and a /* What to do if the standard debugging hooks are in place and a
corrupt pointer is detected: do nothing (0), print an error message corrupt pointer is detected: do nothing (0), print an error message
(1), or call abort() (2). */ (1), or call abort() (2). */

View File

@ -24,7 +24,6 @@
Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger. Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger.
* Version ptmalloc2-20011215 * Version ptmalloc2-20011215
$Id$
based on: based on:
VERSION 2.7.0 Sun Mar 11 14:14:06 2001 Doug Lea (dl at gee) VERSION 2.7.0 Sun Mar 11 14:14:06 2001 Doug Lea (dl at gee)

View File

@ -1,4 +1,3 @@
$Id$
This is the file .../info/dir, which contains the topmost node of the This is the file .../info/dir, which contains the topmost node of the
Info hierarchy. The first time you invoke Info you start off Info hierarchy. The first time you invoke Info you start off
looking at that node, which is (dir)Top. looking at that node, which is (dir)Top.

View File

@ -11,7 +11,6 @@
/* /*
* from: @(#)fdlibm.h 5.1 93/09/24 * from: @(#)fdlibm.h 5.1 93/09/24
* $Id$
*/ */
#ifndef _MATH_PRIVATE_H_ #ifndef _MATH_PRIVATE_H_

View File

@ -51,7 +51,6 @@
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>

View File

@ -4,8 +4,6 @@
# Created: 1993-05-16 # Created: 1993-05-16
# Public domain # Public domain
# $Id$
errstatus=0 errstatus=0
for file for file

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI * From: @(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char clntout_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_clntout.c, Client-stub outputter for the RPC protocol compiler * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI * From: @(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char cout_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_cout.c, XDR routine outputter for the RPC protocol compiler * rpc_cout.c, XDR routine outputter for the RPC protocol compiler

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI * From: @(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char hout_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_hout.c, Header file outputter for the RPC protocol compiler * rpc_hout.c, Header file outputter for the RPC protocol compiler

View File

@ -31,10 +31,6 @@
/* /*
* From @(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI; * From @(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI;
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char main_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_main.c, Top level of the RPC protocol compiler. * rpc_main.c, Top level of the RPC protocol compiler.

View File

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

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI * From: @(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI
*/ */
#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 * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler

View File

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

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI * From: @(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char svcout_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler * rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI * From: @(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char tblout_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler * rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler

View File

@ -31,10 +31,6 @@
/* /*
* From: @(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI * From: @(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI
*/ */
#if defined(LIBC_SCCS) && !defined(lint)
static const char util_rcsid[] =
"$Id$";
#endif
/* /*
* rpc_util.c, Utility routines for the RPC protocol compiler * rpc_util.c, Utility routines for the RPC protocol compiler

View File

@ -30,8 +30,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
*
* Version: $Id$
*/ */
#ifndef _SYS_QUOTA_H #ifndef _SYS_QUOTA_H