From e4e5a324892845a82da85a1c9f452164e854d9f1 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sat, 18 Sep 2004 22:50:57 +0200
Subject: [PATCH] RCSID is not really useful anymore.

Rev: src/array.c:1.169
Rev: src/backend.cmod:1.145
Rev: src/builtin_functions.c:1.567
Rev: src/callback.c:1.35
Rev: src/constants.c:1.54
Rev: src/cyclic.c:1.13
Rev: src/dlopen.c:1.74
Rev: src/docode.c:1.179
Rev: src/dynamic_buffer.c:1.25
Rev: src/dynamic_load.c:1.84
Rev: src/encode.c:1.219
Rev: src/error.c:1.133
Rev: src/fd_control.c:1.51
Rev: src/fdlib.c:1.66
Rev: src/fsort.c:1.23
Rev: src/gc.c:1.256
Rev: src/hashtable.c:1.15
Rev: src/interpret.c:1.353
Rev: src/iterators.cmod:1.55
Rev: src/language.yacc:1.342
Rev: src/las.c:1.349
Rev: src/lex.c:1.119
Rev: src/main.c:1.207
Rev: src/mapping.c:1.183
Rev: src/module.c:1.28
Rev: src/module_support.c:1.63
Rev: src/modules/_math/math.c:1.79
Rev: src/modules/files/datagram.c:1.9
Rev: src/modules/files/efuns.c:1.147
Rev: src/modules/files/file.c:1.329
Rev: src/modules/files/socket.c:1.91
Rev: src/modules/files/stat.c:1.30
Rev: src/modules/files/termios.c:1.24
Rev: src/modules/files/udp.c:1.70
Rev: src/modules/sprintf/sprintf.c:1.120
Rev: src/modules/system/memory.c:1.29
Rev: src/modules/system/passwords.c:1.44
Rev: src/modules/system/syslog.c:1.26
Rev: src/modules/system/system.c:1.171
Rev: src/multiset.c:1.88
Rev: src/object.c:1.257
Rev: src/opcodes.c:1.164
Rev: src/operators.c:1.195
Rev: src/peep.c:1.104
Rev: src/pike_memory.c:1.155
Rev: src/pike_types.c:1.237
Rev: src/port.c:1.78
Rev: src/program.c:1.568
Rev: src/rbtree.c:1.24
Rev: src/rusage.c:1.41
Rev: src/signal_handler.c:1.304
Rev: src/sscanf.c:1.163
Rev: src/stralloc.c:1.166
Rev: src/svalue.c:1.197
Rev: src/threads.c:1.240
Rev: src/version.c:1.142
---
 .gitattributes                 | 1 -
 src/array.c                    | 4 +---
 src/backend.cmod               | 1 -
 src/builtin_functions.c        | 3 +--
 src/callback.c                 | 4 +---
 src/constants.c                | 4 +---
 src/cyclic.c                   | 4 +---
 src/dlopen.c                   | 4 +---
 src/docode.c                   | 3 +--
 src/dynamic_buffer.c           | 4 +---
 src/dynamic_load.c             | 4 +---
 src/encode.c                   | 4 +---
 src/error.c                    | 4 +---
 src/fd_control.c               | 4 +---
 src/fdlib.c                    | 4 +---
 src/fsort.c                    | 4 +---
 src/gc.c                       | 4 +---
 src/hashtable.c                | 4 +---
 src/interpret.c                | 3 +--
 src/iterators.cmod             | 3 +--
 src/language.yacc              | 3 +--
 src/las.c                      | 4 +---
 src/lex.c                      | 3 +--
 src/main.c                     | 3 +--
 src/mapping.c                  | 3 +--
 src/module.c                   | 4 +---
 src/module_support.c           | 4 +---
 src/modules/_math/math.c       | 4 +---
 src/modules/files/datagram.c   | 4 +---
 src/modules/files/efuns.c      | 4 +---
 src/modules/files/file.c       | 3 +--
 src/modules/files/socket.c     | 4 +---
 src/modules/files/stat.c       | 3 +--
 src/modules/files/termios.c    | 3 +--
 src/modules/files/udp.c        | 3 +--
 src/modules/sprintf/sprintf.c  | 3 +--
 src/modules/system/memory.c    | 4 +---
 src/modules/system/passwords.c | 5 +----
 src/modules/system/syslog.c    | 4 +---
 src/modules/system/system.c    | 4 +---
 src/multiset.c                 | 4 +---
 src/object.c                   | 3 +--
 src/opcodes.c                  | 3 +--
 src/operators.c                | 3 +--
 src/peep.c                     | 4 +---
 src/pike_memory.c              | 4 +---
 src/pike_types.c               | 3 +--
 src/port.c                     | 4 +---
 src/program.c                  | 3 +--
 src/rbtree.c                   | 4 +---
 src/rusage.c                   | 4 +---
 src/signal_handler.c           | 4 +---
 src/sscanf.c                   | 6 ++----
 src/stralloc.c                 | 4 +---
 src/svalue.c                   | 4 +---
 src/threads.c                  | 3 +--
 src/version.c                  | 4 +---
 57 files changed, 56 insertions(+), 150 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 9fbd2a04ad..bdc228184c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -292,7 +292,6 @@ testfont binary
 /src/apply_low.h foreign_ident
 /src/array.c foreign_ident
 /src/array.h foreign_ident
-/src/backend.cmod foreign_ident
 /src/backend.h foreign_ident
 /src/bignum.c foreign_ident
 /src/bignum.h foreign_ident
diff --git a/src/array.c b/src/array.c
index 949b55f1a0..8761b1f81b 100644
--- a/src/array.c
+++ b/src/array.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: array.c,v 1.168 2004/09/18 15:25:34 grubba Exp $
+|| $Id: array.c,v 1.169 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -27,8 +27,6 @@
 #include "multiset.h"
 #include "mapping.h"
 
-RCSID("$Id: array.c,v 1.168 2004/09/18 15:25:34 grubba Exp $");
-
 PMOD_EXPORT struct array empty_array=
 {
   PIKE_CONSTANT_MEMOBJ_INIT(1), /* Never free */
diff --git a/src/backend.cmod b/src/backend.cmod
index 165594733e..6d5e54d3d6 100644
--- a/src/backend.cmod
+++ b/src/backend.cmod
@@ -5,7 +5,6 @@
 */
 
 #include "global.h"
-RCSID("$Id: backend.cmod,v 1.144 2004/09/18 14:26:16 grubba Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include <errno.h>
diff --git a/src/builtin_functions.c b/src/builtin_functions.c
index 032ed278a6..20d31e147d 100644
--- a/src/builtin_functions.c
+++ b/src/builtin_functions.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: builtin_functions.c,v 1.566 2004/09/18 18:14:31 grubba Exp $
+|| $Id: builtin_functions.c,v 1.567 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: builtin_functions.c,v 1.566 2004/09/18 18:14:31 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "pike_macros.h"
diff --git a/src/callback.c b/src/callback.c
index bad9fa984c..2df5d020f4 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: callback.c,v 1.34 2003/11/14 00:05:08 mast Exp $
+|| $Id: callback.c,v 1.35 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "pike_error.h"
 #include "block_alloc.h"
 
-RCSID("$Id: callback.c,v 1.34 2003/11/14 00:05:08 mast Exp $");
-
 struct callback_list fork_child_callback;
 
 /*
diff --git a/src/constants.c b/src/constants.c
index 0f6c99124e..8982cc0732 100644
--- a/src/constants.c
+++ b/src/constants.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: constants.c,v 1.53 2004/05/18 10:01:48 vida Exp $
+|| $Id: constants.c,v 1.54 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -18,8 +18,6 @@
 #include "pike_security.h"
 #include "block_alloc.h"
 
-RCSID("$Id: constants.c,v 1.53 2004/05/18 10:01:48 vida Exp $");
-
 struct mapping *builtin_constants = 0;
 
 #ifdef PIKE_DEBUG
diff --git a/src/cyclic.c b/src/cyclic.c
index c73606bced..216f08fcfd 100644
--- a/src/cyclic.c
+++ b/src/cyclic.c
@@ -2,14 +2,12 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: cyclic.c,v 1.12 2003/11/09 21:35:05 nilsson Exp $
+|| $Id: cyclic.c,v 1.13 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
 #include "cyclic.h"
 
-RCSID("$Id: cyclic.c,v 1.12 2003/11/09 21:35:05 nilsson Exp $");
-
 #define CYCLIC_HASH_SIZE 4711
 
 static CYCLIC *cyclic_hash[CYCLIC_HASH_SIZE];
diff --git a/src/dlopen.c b/src/dlopen.c
index fa953cd5ed..41523bd543 100644
--- a/src/dlopen.c
+++ b/src/dlopen.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: dlopen.c,v 1.73 2003/08/22 16:02:34 tomas Exp $
+|| $Id: dlopen.c,v 1.74 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include <global.h>
@@ -202,8 +202,6 @@ size_t STRNLEN(char *s, size_t maxlen)
 
 #else /* PIKE_CONCAT */
 
-RCSID("$Id: dlopen.c,v 1.73 2003/08/22 16:02:34 tomas Exp $");
-
 #endif
 
 /****************************************************************/
diff --git a/src/docode.c b/src/docode.c
index f72e6c74e0..79a0b81852 100644
--- a/src/docode.c
+++ b/src/docode.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: docode.c,v 1.178 2004/06/30 00:17:21 nilsson Exp $
+|| $Id: docode.c,v 1.179 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: docode.c,v 1.178 2004/06/30 00:17:21 nilsson Exp $");
 #include "las.h"
 #include "program.h"
 #include "pike_types.h"
diff --git a/src/dynamic_buffer.c b/src/dynamic_buffer.c
index 34135f64cf..417f900d43 100644
--- a/src/dynamic_buffer.c
+++ b/src/dynamic_buffer.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: dynamic_buffer.c,v 1.24 2003/11/09 01:10:13 mast Exp $
+|| $Id: dynamic_buffer.c,v 1.25 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "pike_error.h"
 #include "pike_memory.h"
 
-RCSID("$Id: dynamic_buffer.c,v 1.24 2003/11/09 01:10:13 mast Exp $");
-
 dynamic_buffer pike_global_buffer;
 
 PMOD_EXPORT char *low_make_buf_space(size_t space, dynamic_buffer *buf)
diff --git a/src/dynamic_load.c b/src/dynamic_load.c
index 3998de3ec5..5b944621e4 100644
--- a/src/dynamic_load.c
+++ b/src/dynamic_load.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: dynamic_load.c,v 1.83 2004/04/18 02:19:38 mast Exp $
+|| $Id: dynamic_load.c,v 1.84 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #ifdef TESTING
@@ -24,8 +24,6 @@
 #  include "lex.h"
 #  include "object.h"
 
-RCSID("$Id: dynamic_load.c,v 1.83 2004/04/18 02:19:38 mast Exp $");
-
 #else /* TESTING */
 
 #include <stdio.h>
diff --git a/src/encode.c b/src/encode.c
index 095e35dc6a..5ab0e2507e 100644
--- a/src/encode.c
+++ b/src/encode.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: encode.c,v 1.218 2004/07/03 09:22:53 grubba Exp $
+|| $Id: encode.c,v 1.219 2004/09/18 20:50:48 nilsson Exp $
 */
 
 #include "global.h"
@@ -31,8 +31,6 @@
 #include "opcodes.h"
 #include "peep.h"
 
-RCSID("$Id: encode.c,v 1.218 2004/07/03 09:22:53 grubba Exp $");
-
 /* #define ENCODE_DEBUG */
 
 /* Use the old encoding method for programs. */
diff --git a/src/error.c b/src/error.c
index f448161b68..b0b0f3e572 100644
--- a/src/error.c
+++ b/src/error.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: error.c,v 1.132 2004/09/18 14:27:04 grubba Exp $
+|| $Id: error.c,v 1.133 2004/09/18 20:50:49 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -23,8 +23,6 @@
 #include "threads.h"
 #include "gc.h"
 
-RCSID("$Id: error.c,v 1.132 2004/09/18 14:27:04 grubba Exp $");
-
 /* __attribute__ only applies to function declarations, not
    definitions, so we disable them here. */
 #undef ATTRIBUTE
diff --git a/src/fd_control.c b/src/fd_control.c
index bb6ec98e3c..d7f13c0b73 100644
--- a/src/fd_control.c
+++ b/src/fd_control.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fd_control.c,v 1.50 2003/12/08 15:27:37 grubba Exp $
+|| $Id: fd_control.c,v 1.51 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #ifndef TESTING
@@ -10,8 +10,6 @@
 #include "pike_error.h"
 #include "fdlib.h"
 
-RCSID("$Id: fd_control.c,v 1.50 2003/12/08 15:27:37 grubba Exp $");
-
 #else /* TESTING */
 
 #define PMOD_EXPORT
diff --git a/src/fdlib.c b/src/fdlib.c
index 28e35f7bd3..49cec56ec3 100644
--- a/src/fdlib.c
+++ b/src/fdlib.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fdlib.c,v 1.65 2003/09/16 16:45:36 mast Exp $
+|| $Id: fdlib.c,v 1.66 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
@@ -10,8 +10,6 @@
 #include "pike_error.h"
 #include <math.h>
 
-RCSID("$Id: fdlib.c,v 1.65 2003/09/16 16:45:36 mast Exp $");
-
 #ifdef HAVE_WINSOCK_H
 
 /* Old versions of the headerfiles don't have this constant... */
diff --git a/src/fsort.c b/src/fsort.c
index 6881749678..d7f35319ef 100644
--- a/src/fsort.c
+++ b/src/fsort.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fsort.c,v 1.22 2003/11/14 00:52:20 mast Exp $
+|| $Id: fsort.c,v 1.23 2004/09/18 20:50:50 nilsson Exp $
 */
 
 /* fsort- a smarter quicksort /Hubbe */
@@ -14,8 +14,6 @@
 #include "main.h"
 #include "pike_macros.h"
 
-RCSID("$Id: fsort.c,v 1.22 2003/11/14 00:52:20 mast Exp $");
-
 #define CMP(X,Y) ( (*cmpfun)((void *)(X),(void *)(Y)) )
 #define EXTRA_ARGS ,fsortfun cmpfun
 #define XARGS ,cmpfun
diff --git a/src/gc.c b/src/gc.c
index 1df59955ac..a7109a3cd5 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: gc.c,v 1.255 2004/05/29 18:13:41 grubba Exp $
+|| $Id: gc.c,v 1.256 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
@@ -33,8 +33,6 @@ struct callback *gc_evaluator_callback=0;
 
 #include "block_alloc.h"
 
-RCSID("$Id: gc.c,v 1.255 2004/05/29 18:13:41 grubba Exp $");
-
 int gc_enabled = 1;
 
 /* These defaults are only guesses and hardly tested at all. Please improve. */
diff --git a/src/hashtable.c b/src/hashtable.c
index 8f80d83888..6d7f31ed17 100644
--- a/src/hashtable.c
+++ b/src/hashtable.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: hashtable.c,v 1.14 2002/10/11 01:39:31 nilsson Exp $
+|| $Id: hashtable.c,v 1.15 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "stuff.h"
 #include "pike_error.h"
 
-RCSID("$Id: hashtable.c,v 1.14 2002/10/11 01:39:31 nilsson Exp $");
-
 static size_t gobble(struct pike_string *s)
 {
   size_t i;
diff --git a/src/interpret.c b/src/interpret.c
index f77199f719..80fd5668a9 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: interpret.c,v 1.352 2004/08/19 14:58:21 grubba Exp $
+|| $Id: interpret.c,v 1.353 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.352 2004/08/19 14:58:21 grubba Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
diff --git a/src/iterators.cmod b/src/iterators.cmod
index 413e961636..39b4b7d550 100644
--- a/src/iterators.cmod
+++ b/src/iterators.cmod
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: iterators.cmod,v 1.54 2004/04/06 15:37:55 nilsson Exp $
+|| $Id: iterators.cmod,v 1.55 2004/09/18 20:50:50 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: iterators.cmod,v 1.54 2004/04/06 15:37:55 nilsson Exp $");
 #include "main.h"
 #include "object.h"
 #include "mapping.h"
diff --git a/src/language.yacc b/src/language.yacc
index 43e47a905a..4b6f887978 100644
--- a/src/language.yacc
+++ b/src/language.yacc
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: language.yacc,v 1.341 2004/08/25 14:25:15 grubba Exp $
+|| $Id: language.yacc,v 1.342 2004/09/18 20:50:51 nilsson Exp $
 */
 
 %pure_parser
@@ -113,7 +113,6 @@
 /* This is the grammar definition of Pike. */
 
 #include "global.h"
-RCSID("$Id: language.yacc,v 1.341 2004/08/25 14:25:15 grubba Exp $");
 #ifdef HAVE_MEMORY_H
 #include <memory.h>
 #endif
diff --git a/src/las.c b/src/las.c
index 99779f7d01..abe8057343 100644
--- a/src/las.c
+++ b/src/las.c
@@ -2,12 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: las.c,v 1.348 2004/07/05 22:54:13 nilsson Exp $
+|| $Id: las.c,v 1.349 2004/09/18 20:50:51 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: las.c,v 1.348 2004/07/05 22:54:13 nilsson Exp $");
-
 #include "interpret.h"
 #include "las.h"
 #include "array.h"
diff --git a/src/lex.c b/src/lex.c
index dd9e768fae..cddcd992e3 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: lex.c,v 1.118 2004/05/29 18:21:05 grubba Exp $
+|| $Id: lex.c,v 1.119 2004/09/18 20:50:51 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: lex.c,v 1.118 2004/05/29 18:21:05 grubba Exp $");
 #include "lex.h"
 #include "stuff.h"
 
diff --git a/src/main.c b/src/main.c
index 4dfde882f1..c470f6f156 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: main.c,v 1.206 2004/09/16 00:15:22 nilsson Exp $
+|| $Id: main.c,v 1.207 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: main.c,v 1.206 2004/09/16 00:15:22 nilsson Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include "module.h"
diff --git a/src/mapping.c b/src/mapping.c
index 133b29f5c1..70a3d59f4b 100644
--- a/src/mapping.c
+++ b/src/mapping.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: mapping.c,v 1.182 2004/07/02 17:34:45 grubba Exp $
+|| $Id: mapping.c,v 1.183 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: mapping.c,v 1.182 2004/07/02 17:34:45 grubba Exp $");
 #include "main.h"
 #include "object.h"
 #include "mapping.h"
diff --git a/src/module.c b/src/module.c
index b559fbc277..3b4202bb42 100644
--- a/src/module.c
+++ b/src/module.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: module.c,v 1.27 2004/04/15 13:20:19 grubba Exp $
+|| $Id: module.c,v 1.28 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
@@ -22,8 +22,6 @@
 #include "modules/modlist_headers.h"
 #include "post_modules/modlist_headers.h"
 
-RCSID("$Id: module.c,v 1.27 2004/04/15 13:20:19 grubba Exp $");
-
 /* Define this to trace the initialization and cleanup of static modules. */
 /* #define TRACE_MODULE */
 
diff --git a/src/module_support.c b/src/module_support.c
index 559f15f3af..90f38a0d97 100644
--- a/src/module_support.c
+++ b/src/module_support.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: module_support.c,v 1.62 2004/03/05 23:30:47 nilsson Exp $
+|| $Id: module_support.c,v 1.63 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
@@ -19,8 +19,6 @@
 
 #define sp Pike_sp
 
-RCSID("$Id: module_support.c,v 1.62 2004/03/05 23:30:47 nilsson Exp $");
-
 /* Checks that args_to_check arguments are OK.
  * Returns 1 if everything worked ok, zero otherwise.
  * If something went wrong, 'exepect_result' tells you what went wrong.
diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c
index 600498db6d..71ccd5b86d 100644
--- a/src/modules/_math/math.c
+++ b/src/modules/_math/math.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: math.c,v 1.78 2004/03/20 19:28:31 grubba Exp $
+|| $Id: math.c,v 1.79 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -37,8 +37,6 @@
   if(sp[-args].type!=T_FLOAT) SIMPLE_BAD_ARG_ERROR(X, 1, "float"); \
   TRIM_STACK(1)
 
-RCSID("$Id: math.c,v 1.78 2004/03/20 19:28:31 grubba Exp $");
-
 #ifndef M_PI
 #define M_PI 3.1415926535897932384626433832795080
 #endif
diff --git a/src/modules/files/datagram.c b/src/modules/files/datagram.c
index 9f19177349..99cb43884f 100644
--- a/src/modules/files/datagram.c
+++ b/src/modules/files/datagram.c
@@ -2,13 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: datagram.c,v 1.8 2002/10/11 01:39:54 nilsson Exp $
+|| $Id: datagram.c,v 1.9 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
 
-RCSID("$Id: datagram.c,v 1.8 2002/10/11 01:39:54 nilsson Exp $");
-
 struct datagram
 {
   int fd;
diff --git a/src/modules/files/efuns.c b/src/modules/files/efuns.c
index 50fae84932..27a9414bcb 100644
--- a/src/modules/files/efuns.c
+++ b/src/modules/files/efuns.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: efuns.c,v 1.146 2004/07/04 17:23:02 srb Exp $
+|| $Id: efuns.c,v 1.147 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -26,8 +26,6 @@
 #include "file_machine.h"
 #include "file.h"
 
-RCSID("$Id: efuns.c,v 1.146 2004/07/04 17:23:02 srb Exp $");
-
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
diff --git a/src/modules/files/file.c b/src/modules/files/file.c
index 8dcdcd69f0..37842251c3 100644
--- a/src/modules/files/file.c
+++ b/src/modules/files/file.c
@@ -2,12 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: file.c,v 1.328 2004/09/02 11:22:34 grubba Exp $
+|| $Id: file.c,v 1.329 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
 #include "global.h"
-RCSID("$Id: file.c,v 1.328 2004/09/02 11:22:34 grubba Exp $");
 #include "fdlib.h"
 #include "pike_netlib.h"
 #include "interpret.h"
diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c
index bab5dd25d2..a47ef87bb0 100644
--- a/src/modules/files/socket.c
+++ b/src/modules/files/socket.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: socket.c,v 1.90 2004/05/13 22:12:09 nilsson Exp $
+|| $Id: socket.c,v 1.91 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -25,8 +25,6 @@
 #include "file_machine.h"
 #include "file.h"
 
-RCSID("$Id: socket.c,v 1.90 2004/05/13 22:12:09 nilsson Exp $");
-
 #ifdef HAVE_SYS_TYPE_H
 #include <sys/types.h>
 #endif
diff --git a/src/modules/files/stat.c b/src/modules/files/stat.c
index 150f3ce61c..3b166de073 100644
--- a/src/modules/files/stat.c
+++ b/src/modules/files/stat.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: stat.c,v 1.29 2003/11/14 10:26:43 mast Exp $
+|| $Id: stat.c,v 1.30 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: stat.c,v 1.29 2003/11/14 10:26:43 mast Exp $");
 #include "fdlib.h"
 #include "interpret.h"
 #include "svalue.h"
diff --git a/src/modules/files/termios.c b/src/modules/files/termios.c
index 2242ccbb81..dbebc0a40a 100644
--- a/src/modules/files/termios.c
+++ b/src/modules/files/termios.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: termios.c,v 1.23 2004/04/05 01:36:05 mast Exp $
+|| $Id: termios.c,v 1.24 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: termios.c,v 1.23 2004/04/05 01:36:05 mast Exp $");
 #include "file_machine.h"
 
 #if defined(HAVE_TERMIOS_H)
diff --git a/src/modules/files/udp.c b/src/modules/files/udp.c
index 41f2d95944..2f2cc8af9b 100644
--- a/src/modules/files/udp.c
+++ b/src/modules/files/udp.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: udp.c,v 1.69 2004/09/18 15:26:06 marcus Exp $
+|| $Id: udp.c,v 1.70 2004/09/18 20:50:57 nilsson Exp $
 */
 
 #define NO_PIKE_SHORTHAND
@@ -10,7 +10,6 @@
 
 #include "file_machine.h"
 
-RCSID("$Id: udp.c,v 1.69 2004/09/18 15:26:06 marcus Exp $");
 #include "fdlib.h"
 #include "pike_netlib.h"
 #include "interpret.h"
diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c
index 9c3eacca0d..2134090262 100644
--- a/src/modules/sprintf/sprintf.c
+++ b/src/modules/sprintf/sprintf.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: sprintf.c,v 1.119 2004/05/31 23:48:29 nilsson Exp $
+|| $Id: sprintf.c,v 1.120 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /* TODO: use ONERROR to cleanup fsp */
@@ -278,7 +278,6 @@
  *!   @[lfun::_sprintf()]
  */
 #include "global.h"
-RCSID("$Id: sprintf.c,v 1.119 2004/05/31 23:48:29 nilsson Exp $");
 #include "pike_error.h"
 #include "array.h"
 #include "svalue.h"
diff --git a/src/modules/system/memory.c b/src/modules/system/memory.c
index 932a5fbe32..ad1aef7714 100644
--- a/src/modules/system/memory.c
+++ b/src/modules/system/memory.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: memory.c,v 1.28 2003/10/10 19:28:34 nilsson Exp $
+|| $Id: memory.c,v 1.29 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*! @module System
@@ -19,8 +19,6 @@
  *!	Don't blame Pike if you shoot your foot off.
  */
 #include "global.h"
-RCSID("$Id: memory.c,v 1.28 2003/10/10 19:28:34 nilsson Exp $");
-
 #include "system_machine.h"
 
 #ifdef HAVE_UNISTD_H
diff --git a/src/modules/system/passwords.c b/src/modules/system/passwords.c
index 2f4def9d4c..0e2ea56ed2 100644
--- a/src/modules/system/passwords.c
+++ b/src/modules/system/passwords.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: passwords.c,v 1.43 2003/10/13 17:43:53 grubba Exp $
+|| $Id: passwords.c,v 1.44 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*
@@ -26,9 +26,6 @@
 
 #include "system_machine.h"
 #include "system.h"
-
-RCSID("$Id: passwords.c,v 1.43 2003/10/13 17:43:53 grubba Exp $");
-
 #include "module_support.h"
 #include "interpret.h"
 #include "stralloc.h"
diff --git a/src/modules/system/syslog.c b/src/modules/system/syslog.c
index fda41deb19..33d6559768 100644
--- a/src/modules/system/syslog.c
+++ b/src/modules/system/syslog.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: syslog.c,v 1.25 2004/05/19 11:45:13 nilsson Exp $
+|| $Id: syslog.c,v 1.26 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*
@@ -22,8 +22,6 @@
 
 #ifdef HAVE_SYSLOG
 
-RCSID("$Id: syslog.c,v 1.25 2004/05/19 11:45:13 nilsson Exp $");
-
 #include "interpret.h"
 #include "svalue.h"
 #include "stralloc.h"
diff --git a/src/modules/system/system.c b/src/modules/system/system.c
index 298c19b342..2837d87be2 100644
--- a/src/modules/system/system.c
+++ b/src/modules/system/system.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: system.c,v 1.170 2004/06/29 12:08:17 nilsson Exp $
+|| $Id: system.c,v 1.171 2004/09/18 20:50:57 nilsson Exp $
 */
 
 /*
@@ -20,8 +20,6 @@
 #include "system_machine.h"
 #include "system.h"
 
-RCSID("$Id: system.c,v 1.170 2004/06/29 12:08:17 nilsson Exp $");
-
 #ifdef HAVE_WINDOWS_H
 #include <windows.h>
 #endif
diff --git a/src/multiset.c b/src/multiset.c
index c8905f849e..1e5390556d 100644
--- a/src/multiset.c
+++ b/src/multiset.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: multiset.c,v 1.87 2004/06/13 14:24:31 mast Exp $
+|| $Id: multiset.c,v 1.88 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
@@ -24,8 +24,6 @@
 #include "svalue.h"
 #include "block_alloc.h"
 
-RCSID("$Id: multiset.c,v 1.87 2004/06/13 14:24:31 mast Exp $");
-
 /* FIXME: Optimize finds and searches on type fields? (But not when
  * objects are involved!) Well.. Although cheap I suspect it pays off
  * so extremely seldom that it isn't worth it. /mast */
diff --git a/src/object.c b/src/object.c
index 10f5025b90..b3c5de1df2 100644
--- a/src/object.c
+++ b/src/object.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: object.c,v 1.256 2004/06/02 00:10:41 nilsson Exp $
+|| $Id: object.c,v 1.257 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: object.c,v 1.256 2004/06/02 00:10:41 nilsson Exp $");
 #include "object.h"
 #include "dynamic_buffer.h"
 #include "interpret.h"
diff --git a/src/opcodes.c b/src/opcodes.c
index 2c8cf736dd..f223fa2f4c 100644
--- a/src/opcodes.c
+++ b/src/opcodes.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: opcodes.c,v 1.163 2004/09/18 20:18:20 per Exp $
+|| $Id: opcodes.c,v 1.164 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: opcodes.c,v 1.163 2004/09/18 20:18:20 per Exp $");
 #include "constants.h"
 #include "interpret.h"
 #include "opcodes.h"
diff --git a/src/operators.c b/src/operators.c
index b59f198f22..3815994500 100644
--- a/src/operators.c
+++ b/src/operators.c
@@ -2,12 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: operators.c,v 1.194 2004/08/25 12:15:29 grubba Exp $
+|| $Id: operators.c,v 1.195 2004/09/18 20:50:52 nilsson Exp $
 */
 
 #include "global.h"
 #include <math.h>
-RCSID("$Id: operators.c,v 1.194 2004/08/25 12:15:29 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "multiset.h"
diff --git a/src/peep.c b/src/peep.c
index 1e81b47ed9..fa63faf7af 100644
--- a/src/peep.c
+++ b/src/peep.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: peep.c,v 1.103 2004/08/27 02:26:40 nilsson Exp $
+|| $Id: peep.c,v 1.104 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
@@ -25,8 +25,6 @@
 #include "interpret.h"
 #include "pikecode.h"
 
-RCSID("$Id: peep.c,v 1.103 2004/08/27 02:26:40 nilsson Exp $");
-
 static int asm_opt(void);
 
 dynamic_buffer instrbuf;
diff --git a/src/pike_memory.c b/src/pike_memory.c
index 4e8ca4ac10..085ecec849 100644
--- a/src/pike_memory.c
+++ b/src/pike_memory.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: pike_memory.c,v 1.154 2004/09/02 11:19:29 grubba Exp $
+|| $Id: pike_memory.c,v 1.155 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "pike_macros.h"
 #include "gc.h"
 
-RCSID("$Id: pike_memory.c,v 1.154 2004/09/02 11:19:29 grubba Exp $");
-
 /* strdup() is used by several modules, so let's provide it */
 #ifndef HAVE_STRDUP
 char *strdup(const char *str)
diff --git a/src/pike_types.c b/src/pike_types.c
index 7b328776b3..90c7b657a4 100644
--- a/src/pike_types.c
+++ b/src/pike_types.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: pike_types.c,v 1.236 2004/08/16 16:53:05 grubba Exp $
+|| $Id: pike_types.c,v 1.237 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: pike_types.c,v 1.236 2004/08/16 16:53:05 grubba Exp $");
 #include <ctype.h>
 #include "svalue.h"
 #include "pike_types.h"
diff --git a/src/port.c b/src/port.c
index 8af761be9f..3ce85b42d9 100644
--- a/src/port.c
+++ b/src/port.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: port.c,v 1.77 2004/05/10 21:45:13 agehall Exp $
+|| $Id: port.c,v 1.78 2004/09/18 20:50:53 nilsson Exp $
 */
 
 /*
@@ -33,8 +33,6 @@
 #include <float.h>
 #include <string.h>
 
-RCSID("$Id: port.c,v 1.77 2004/05/10 21:45:13 agehall Exp $");
-
 #ifdef sun
 time_t time PROT((time_t *));
 #endif
diff --git a/src/program.c b/src/program.c
index 1d726a8fa8..e849597b12 100644
--- a/src/program.c
+++ b/src/program.c
@@ -2,11 +2,10 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: program.c,v 1.567 2004/09/18 20:16:15 per Exp $
+|| $Id: program.c,v 1.568 2004/09/18 20:50:53 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: program.c,v 1.567 2004/09/18 20:16:15 per Exp $");
 #include "program.h"
 #include "object.h"
 #include "dynamic_buffer.h"
diff --git a/src/rbtree.c b/src/rbtree.c
index 26908d5d55..6bea43d05d 100644
--- a/src/rbtree.c
+++ b/src/rbtree.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: rbtree.c,v 1.23 2002/12/23 13:14:07 grubba Exp $
+|| $Id: rbtree.c,v 1.24 2004/09/18 20:50:55 nilsson Exp $
 */
 
 /* An implementation of a threaded red/black balanced binary tree.
@@ -12,8 +12,6 @@
 
 #include "global.h"
 
-RCSID("$Id: rbtree.c,v 1.23 2002/12/23 13:14:07 grubba Exp $");
-
 #include "interpret.h"
 #include "pike_error.h"
 #include "rbtree_low.h"
diff --git a/src/rusage.c b/src/rusage.c
index 7b22a75942..7fe14733a4 100644
--- a/src/rusage.c
+++ b/src/rusage.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: rusage.c,v 1.40 2004/06/29 12:05:04 nilsson Exp $
+|| $Id: rusage.c,v 1.41 2004/09/18 20:50:55 nilsson Exp $
 */
 
 #include "global.h"
@@ -17,8 +17,6 @@
 #include <errno.h>
 #include "pike_rusage.h"
 
-RCSID("$Id: rusage.c,v 1.40 2004/06/29 12:05:04 nilsson Exp $");
-
 #ifdef HAVE_SYS_TIMES_H
 #include <sys/times.h>
 #endif
diff --git a/src/signal_handler.c b/src/signal_handler.c
index 6dade5e15f..2947c2635b 100644
--- a/src/signal_handler.c
+++ b/src/signal_handler.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: signal_handler.c,v 1.303 2004/09/13 11:48:45 grubba Exp $
+|| $Id: signal_handler.c,v 1.304 2004/09/18 20:50:55 nilsson Exp $
 */
 
 #include "global.h"
@@ -26,8 +26,6 @@
 #include "main.h"
 #include <signal.h>
 
-RCSID("$Id: signal_handler.c,v 1.303 2004/09/13 11:48:45 grubba Exp $");
-
 #ifdef HAVE_PASSWD_H
 # include <passwd.h>
 #endif
diff --git a/src/sscanf.c b/src/sscanf.c
index c4457de1f7..aa31bf3ca9 100644
--- a/src/sscanf.c
+++ b/src/sscanf.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: sscanf.c,v 1.162 2004/06/02 00:11:26 nilsson Exp $
+|| $Id: sscanf.c,v 1.163 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -19,9 +19,7 @@
 
 #define sp Pike_sp
 
-RCSID("$Id: sscanf.c,v 1.162 2004/06/02 00:11:26 nilsson Exp $");
-
-/* 
+/*
  * helper functions for sscanf %O
  */
 
diff --git a/src/stralloc.c b/src/stralloc.c
index 1b6c7d3a0a..d5e47f0123 100644
--- a/src/stralloc.c
+++ b/src/stralloc.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: stralloc.c,v 1.165 2004/04/15 17:34:40 mast Exp $
+|| $Id: stralloc.c,v 1.166 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -24,8 +24,6 @@
 #include <ctype.h>
 #include <math.h>
 
-RCSID("$Id: stralloc.c,v 1.165 2004/04/15 17:34:40 mast Exp $");
-
 /* #define STRALLOC_USE_PRIMES */
 
 #ifdef STRALLOC_USE_PRIMES 
diff --git a/src/svalue.c b/src/svalue.c
index bd06acf2ce..955295bd4b 100644
--- a/src/svalue.c
+++ b/src/svalue.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: svalue.c,v 1.196 2004/07/04 21:08:50 nilsson Exp $
+|| $Id: svalue.c,v 1.197 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -30,8 +30,6 @@
 
 #define sp Pike_sp
 
-RCSID("$Id: svalue.c,v 1.196 2004/07/04 21:08:50 nilsson Exp $");
-
 const struct svalue dest_ob_zero = {
   T_INT, 0,
 #ifdef HAVE_UNION_INIT
diff --git a/src/threads.c b/src/threads.c
index dd00304984..c6483f3c70 100644
--- a/src/threads.c
+++ b/src/threads.c
@@ -2,12 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: threads.c,v 1.239 2004/08/12 12:38:39 grubba Exp $
+|| $Id: threads.c,v 1.240 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #ifndef CONFIGURE_TEST
 #include "global.h"
-RCSID("$Id: threads.c,v 1.239 2004/08/12 12:38:39 grubba Exp $");
 
 PMOD_EXPORT int num_threads = 1;
 PMOD_EXPORT int threads_disabled = 0;
diff --git a/src/version.c b/src/version.c
index c268ea9eb7..d8c2c20d89 100644
--- a/src/version.c
+++ b/src/version.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: version.c,v 1.141 2003/09/02 12:55:47 mast Exp $
+|| $Id: version.c,v 1.142 2004/09/18 20:50:56 nilsson Exp $
 */
 
 #include "global.h"
@@ -11,8 +11,6 @@
 #include "stralloc.h"
 #include "version.h"
 
-RCSID("$Id: version.c,v 1.141 2003/09/02 12:55:47 mast Exp $");
-
 /*! @decl string version()
  *!
  *! Report the version of Pike. Does the same as
-- 
GitLab