From 694c9364a58a3d5fc7d1c640020b15df520c21dc Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 4 Nov 2001 21:03:55 +0000
Subject: [PATCH] Don't include rcs.h.  Removed the rcsid variable.

---
 src/libraries/libansi/empty.c         | 6 +-----
 src/libraries/libcommon/kom-errno.c   | 7 +------
 src/libraries/libcommon/misc-parser.c | 7 +------
 src/libraries/libcommon/parser.c      | 7 +------
 src/libraries/libmisc/s-collat-tabs.c | 9 +--------
 src/libraries/libmisc/s-string.c      | 8 +-------
 src/server/admin.c                    | 7 +------
 src/server/cache-node.c               | 7 +------
 src/server/conf-file.c                | 8 +-------
 src/server/conference.c               | 8 +-------
 src/server/connections.c              | 7 +------
 src/server/dbck-cache.c               | 8 +-------
 src/server/dbck.c                     | 8 +-------
 src/server/debug.c                    | 7 +------
 src/server/disk-end-of-atomic.c       | 8 +-------
 src/server/internal-connections.c     | 8 +-------
 src/server/isc-malloc.c               | 8 +-------
 src/server/isc-parse.c                | 7 +------
 src/server/log.c                      | 7 +------
 src/server/membership.c               | 7 +------
 src/server/memory.c                   | 7 +------
 src/server/person.c                   | 7 +------
 src/server/prot-a-output.c            | 7 +------
 src/server/prot-a-parse.c             | 7 +------
 src/server/prot-a-send-async.c        | 7 +------
 src/server/prot-a.c                   | 7 +------
 src/server/ram-output.c               | 7 +------
 src/server/ram-parse.c                | 7 +------
 src/server/ram-smalloc.c              | 7 +------
 src/server/ramkomd.c                  | 7 +------
 src/server/regex-match.c              | 7 +------
 src/server/send-async.c               | 7 +------
 src/server/server-config.c            | 7 +------
 src/server/session.c                  | 7 +------
 src/server/simple-cache.c             | 7 +------
 src/server/string-malloc.c            | 7 +------
 src/server/text-garb.c                | 7 +------
 src/server/text.c                     | 7 +------
 38 files changed, 38 insertions(+), 237 deletions(-)

diff --git a/src/libraries/libansi/empty.c b/src/libraries/libansi/empty.c
index a698791d8..9d4f41310 100644
--- a/src/libraries/libansi/empty.c
+++ b/src/libraries/libansi/empty.c
@@ -1,5 +1,5 @@
 /*
- * $Id: empty.c,v 1.6 1999/05/24 09:38:19 ceder Exp $
+ * $Id: empty.c,v 1.7 2001/11/04 21:03:55 ceder Exp $
  * Copyright (C) 1993, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -23,8 +23,4 @@
  * Please mail bug reports to bug-lyskom@lysator.liu.se. 
  */
 
-static const char *
-rcsid = "$Id: empty.c,v 1.6 1999/05/24 09:38:19 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
 char neveruse='B';
diff --git a/src/libraries/libcommon/kom-errno.c b/src/libraries/libcommon/kom-errno.c
index 1b18c9d91..e02c70afe 100644
--- a/src/libraries/libcommon/kom-errno.c
+++ b/src/libraries/libcommon/kom-errno.c
@@ -1,5 +1,5 @@
 /*
- * $Id: kom-errno.c,v 0.18 1999/05/24 09:38:21 ceder Exp $
+ * $Id: kom-errno.c,v 0.19 2001/11/04 21:03:55 ceder Exp $
  * Copyright (C) 1991-1996, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -30,11 +30,6 @@
  */
 
 
-static const char *
-rcsid = "$Id: kom-errno.c,v 0.18 1999/05/24 09:38:21 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 
 #include "kom-errno.h"
diff --git a/src/libraries/libcommon/misc-parser.c b/src/libraries/libcommon/misc-parser.c
index 0cb8f6a4b..312416919 100644
--- a/src/libraries/libcommon/misc-parser.c
+++ b/src/libraries/libcommon/misc-parser.c
@@ -1,5 +1,5 @@
 /*
- * $Id: misc-parser.c,v 0.15 2001/11/04 14:20:13 ceder Exp $
+ * $Id: misc-parser.c,v 0.16 2001/11/04 21:03:55 ceder Exp $
  * Copyright (C) 1990-1991, 1993-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -47,11 +47,6 @@
  *  even if so stated.
  */
 
-static const char *
-rcsid = "$Id: misc-parser.c,v 0.15 2001/11/04 14:20:13 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <sys/types.h>
 #include <time.h>
 
diff --git a/src/libraries/libcommon/parser.c b/src/libraries/libcommon/parser.c
index d6cac3316..84c6bf511 100644
--- a/src/libraries/libcommon/parser.c
+++ b/src/libraries/libcommon/parser.c
@@ -1,5 +1,5 @@
 /*
- * $Id: parser.c,v 0.16 1999/07/02 00:13:34 byers Exp $
+ * $Id: parser.c,v 0.17 2001/11/04 21:03:55 ceder Exp $
  * Copyright (C) 1990-1991, 1993-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -47,11 +47,6 @@
  */
 
 
-static const char *
-rcsid = "$Id: parser.c,v 0.16 1999/07/02 00:13:34 byers Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDDEF_H
 #  include <stddef.h>
 #endif
diff --git a/src/libraries/libmisc/s-collat-tabs.c b/src/libraries/libmisc/s-collat-tabs.c
index e1505d2f7..d15743e88 100644
--- a/src/libraries/libmisc/s-collat-tabs.c
+++ b/src/libraries/libmisc/s-collat-tabs.c
@@ -1,5 +1,5 @@
 /*
- * $Id: s-collat-tabs.c,v 1.12 1999/05/24 09:38:24 ceder Exp $
+ * $Id: s-collat-tabs.c,v 1.13 2001/11/04 21:03:55 ceder Exp $
  * Copyright (C) 1990-1991, 1993-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -42,18 +42,11 @@
  *  email:	Bellman@Lysator.LiU.SE
  */
 
-static const char *
-rcsid = "$Id: s-collat-tabs.c,v 1.12 1999/05/24 09:38:24 ceder Exp $";
-
 
 #include <limits.h>
 #include "s-collat-tabs.h"
 
 
-#include "rcs.h"
-USE(rcsid);
-
-
 /*
  *  Collating tables:
  *	swedish_collate_tab:	Swedish text.  "][\}{|" in the right
diff --git a/src/libraries/libmisc/s-string.c b/src/libraries/libmisc/s-string.c
index 4dabd2842..133fb7a58 100644
--- a/src/libraries/libmisc/s-string.c
+++ b/src/libraries/libmisc/s-string.c
@@ -1,5 +1,5 @@
 /*
- * $Id: s-string.c,v 1.22 1999/05/24 09:38:25 ceder Exp $
+ * $Id: s-string.c,v 1.23 2001/11/04 21:03:54 ceder Exp $
  * Copyright (C) 1990-1996, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -46,9 +46,6 @@
  *  even if so stated.
  */
 
-static const char *
-rcsid = "$Id: s-string.c,v 1.22 1999/05/24 09:38:25 ceder Exp $";
-
 #include <sys/types.h>
 #include <stdio.h>
 #include <ctype.h>
@@ -70,9 +67,6 @@ rcsid = "$Id: s-string.c,v 1.22 1999/05/24 09:38:25 ceder Exp $";
 #include "misc-types.h"
 #include "s-collat-tabs.h"
 #include "s-string.h"
-#include "rcs.h"
-USE(rcsid);
-
 
 #define	EXPORT			/* To emphasize objects that are exported */
 
diff --git a/src/server/admin.c b/src/server/admin.c
index 3676dce6c..61d69a41a 100644
--- a/src/server/admin.c
+++ b/src/server/admin.c
@@ -1,5 +1,5 @@
 /*
- * $Id: admin.c,v 0.46 2001/11/03 17:26:22 ceder Exp $
+ * $Id: admin.c,v 0.47 2001/11/04 21:03:54 ceder Exp $
  * Copyright (C) 1991, 1993-1999, 2001  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -32,11 +32,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: admin.c,v 0.46 2001/11/03 17:26:22 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <setjmp.h>
 #include <sys/types.h>
diff --git a/src/server/cache-node.c b/src/server/cache-node.c
index 18ae00e54..3dae0c3d6 100644
--- a/src/server/cache-node.c
+++ b/src/server/cache-node.c
@@ -1,5 +1,5 @@
 /*
- * $Id: cache-node.c,v 0.20 2001/11/03 17:27:08 ceder Exp $
+ * $Id: cache-node.c,v 0.21 2001/11/04 21:03:54 ceder Exp $
  * Copyright (C) 1991, 1993-1994, 1996, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,11 +33,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: cache-node.c,v 0.20 2001/11/03 17:27:08 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <sys/types.h>
 #include <stdio.h>
 #ifdef HAVE_STDDEF_H
diff --git a/src/server/conf-file.c b/src/server/conf-file.c
index 886b21578..a959c2240 100644
--- a/src/server/conf-file.c
+++ b/src/server/conf-file.c
@@ -1,5 +1,5 @@
 /*
- * $Id: conf-file.c,v 1.18 2001/11/03 17:28:54 ceder Exp $
+ * $Id: conf-file.c,v 1.19 2001/11/04 21:03:54 ceder Exp $
  * Copyright (C) 1994-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -31,12 +31,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: conf-file.c,v 1.18 2001/11/03 17:28:54 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <time.h>
diff --git a/src/server/conference.c b/src/server/conference.c
index f8650fee7..1b2bfeed3 100644
--- a/src/server/conference.c
+++ b/src/server/conference.c
@@ -1,5 +1,5 @@
 /*
- * $Id: conference.c,v 0.65 2001/11/03 17:28:54 ceder Exp $
+ * $Id: conference.c,v 0.66 2001/11/04 21:03:53 ceder Exp $
  * Copyright (C) 1991-2001  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,12 +33,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: conference.c,v 0.65 2001/11/03 17:28:54 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <ctype.h>
 #include <stdio.h>
 #include <time.h>
diff --git a/src/server/connections.c b/src/server/connections.c
index 0f07fae8e..550120ec2 100644
--- a/src/server/connections.c
+++ b/src/server/connections.c
@@ -1,5 +1,5 @@
 /*
- * $Id: connections.c,v 0.70 2001/11/03 17:53:23 ceder Exp $
+ * $Id: connections.c,v 0.71 2001/11/04 21:03:53 ceder Exp $
  * Copyright (C) 1991-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -35,11 +35,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: connections.c,v 0.70 2001/11/03 17:53:23 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <errno.h>
 #include <stdio.h>
 #include <setjmp.h>
diff --git a/src/server/dbck-cache.c b/src/server/dbck-cache.c
index 599fe0888..45a80a20c 100644
--- a/src/server/dbck-cache.c
+++ b/src/server/dbck-cache.c
@@ -1,5 +1,5 @@
 /*
- * $Id: dbck-cache.c,v 0.47 2001/10/26 19:58:31 ceder Exp $
+ * $Id: dbck-cache.c,v 0.48 2001/11/04 21:03:53 ceder Exp $
  * Copyright (C) 1991-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -37,12 +37,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: dbck-cache.c,v 0.47 2001/10/26 19:58:31 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #ifndef SEEK_END
 #  include <fcntl.h>
diff --git a/src/server/dbck.c b/src/server/dbck.c
index e99d84758..1f7fa8d6b 100644
--- a/src/server/dbck.c
+++ b/src/server/dbck.c
@@ -1,5 +1,5 @@
 /*
- * $Id: dbck.c,v 0.63 2001/11/04 14:20:08 ceder Exp $
+ * $Id: dbck.c,v 0.64 2001/11/04 21:03:52 ceder Exp $
  * Copyright (C) 1991-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,12 +33,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: dbck.c,v 0.63 2001/11/04 14:20:08 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDLIB_H
 #  include <stdlib.h>
 #endif
diff --git a/src/server/debug.c b/src/server/debug.c
index 3a0033fda..c30ee9126 100644
--- a/src/server/debug.c
+++ b/src/server/debug.c
@@ -1,5 +1,5 @@
 /*
- * $Id: debug.c,v 1.3 1999/06/05 12:19:03 byers Exp $
+ * $Id: debug.c,v 1.4 2001/11/04 21:03:52 ceder Exp $
  * Copyright (C) 1991, 1993-1996, 1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -32,11 +32,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: debug.c,v 1.3 1999/06/05 12:19:03 byers Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <malloc.h>
 #include <setjmp.h>
 
diff --git a/src/server/disk-end-of-atomic.c b/src/server/disk-end-of-atomic.c
index e8dac8491..3618df81e 100644
--- a/src/server/disk-end-of-atomic.c
+++ b/src/server/disk-end-of-atomic.c
@@ -1,5 +1,5 @@
 /*
- * $Id: disk-end-of-atomic.c,v 0.21 2001/11/03 18:03:50 ceder Exp $
+ * $Id: disk-end-of-atomic.c,v 0.22 2001/11/04 21:03:52 ceder Exp $
  * Copyright (C) 1991-1994, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -41,12 +41,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: disk-end-of-atomic.c,v 0.21 2001/11/03 18:03:50 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDDEF_H
 #  include <stddef.h>
 #endif
diff --git a/src/server/internal-connections.c b/src/server/internal-connections.c
index d4b91d82c..471675dee 100644
--- a/src/server/internal-connections.c
+++ b/src/server/internal-connections.c
@@ -1,5 +1,5 @@
 /*
- * $Id: internal-connections.c,v 0.45 2001/11/03 18:03:50 ceder Exp $
+ * $Id: internal-connections.c,v 0.46 2001/11/04 21:03:52 ceder Exp $
  * Copyright (C) 1991-1994, 1996-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,12 +33,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: internal-connections.c,v 0.45 2001/11/03 18:03:50 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <time.h>
 #include <setjmp.h>
diff --git a/src/server/isc-malloc.c b/src/server/isc-malloc.c
index 7447d3570..53c5240ed 100644
--- a/src/server/isc-malloc.c
+++ b/src/server/isc-malloc.c
@@ -1,5 +1,5 @@
 /*
- * $Id: isc-malloc.c,v 1.12 1999/05/24 09:38:27 ceder Exp $
+ * $Id: isc-malloc.c,v 1.13 2001/11/04 21:03:52 ceder Exp $
  * Copyright (C) 1991-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -34,12 +34,6 @@
 #  include <config.h>
 #endif
 
-
-static const char *
-rcsid = "$Id: isc-malloc.c,v 1.12 1999/05/24 09:38:27 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <sys/types.h>
 #ifdef HAVE_STDDEF_H
 #  include <stddef.h>
diff --git a/src/server/isc-parse.c b/src/server/isc-parse.c
index 3ba879557..61867a2bc 100644
--- a/src/server/isc-parse.c
+++ b/src/server/isc-parse.c
@@ -1,5 +1,5 @@
 /*
- * $Id: isc-parse.c,v 0.15 1999/05/24 09:38:28 ceder Exp $
+ * $Id: isc-parse.c,v 0.16 2001/11/04 21:03:52 ceder Exp $
  * Copyright (C) 1991, 1993-1994, 1996, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -31,11 +31,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: isc-parse.c,v 0.15 1999/05/24 09:38:28 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STRING_H
 #  include <string.h>
 #else
diff --git a/src/server/log.c b/src/server/log.c
index 93a57ff96..2a25fb384 100644
--- a/src/server/log.c
+++ b/src/server/log.c
@@ -1,5 +1,5 @@
 /*
- * $Id: log.c,v 0.23 2001/11/03 17:55:14 ceder Exp $
+ * $Id: log.c,v 0.24 2001/11/04 21:03:51 ceder Exp $
  * Copyright (C) 1991-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -34,11 +34,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: log.c,v 0.23 2001/11/03 17:55:14 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDARG_H
 #  include <stdarg.h>
 #endif
diff --git a/src/server/membership.c b/src/server/membership.c
index 9bb4f9f83..443b1fd93 100644
--- a/src/server/membership.c
+++ b/src/server/membership.c
@@ -1,5 +1,5 @@
 /*
- * $Id: membership.c,v 0.60 2001/11/04 14:19:59 ceder Exp $
+ * $Id: membership.c,v 0.61 2001/11/04 21:03:51 ceder Exp $
  * Copyright (C) 1991-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -37,11 +37,6 @@
 
 #define DEBUG_MARK_AS_READ
 
-static const char *
-rcsid = "$Id: membership.c,v 0.60 2001/11/04 14:19:59 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #ifdef HAVE_STRING_H
 #  include <string.h>
diff --git a/src/server/memory.c b/src/server/memory.c
index 52372868d..df110c87e 100644
--- a/src/server/memory.c
+++ b/src/server/memory.c
@@ -1,5 +1,5 @@
 /*
- * $Id: memory.c,v 0.36 1999/06/03 22:11:08 ceder Exp $
+ * $Id: memory.c,v 0.37 2001/11/04 21:03:51 ceder Exp $
  * Copyright (C) 1991-1994, 1996-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -32,11 +32,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: memory.c,v 0.36 1999/06/03 22:11:08 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #ifdef HAVE_STRING_H
 #  include <string.h>
diff --git a/src/server/person.c b/src/server/person.c
index d8b690b58..c2ea78656 100644
--- a/src/server/person.c
+++ b/src/server/person.c
@@ -1,5 +1,5 @@
 /*
- * $Id: person.c,v 0.62 2001/11/03 18:03:50 ceder Exp $
+ * $Id: person.c,v 0.63 2001/11/04 21:03:50 ceder Exp $
  * Copyright (C) 1991-1999, 2001  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -34,11 +34,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: person.c,v 0.62 2001/11/03 18:03:50 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <limits.h>
 #include <stdio.h>
 #ifdef HAVE_STDLIB_H
diff --git a/src/server/prot-a-output.c b/src/server/prot-a-output.c
index c510d3c0f..384c30894 100644
--- a/src/server/prot-a-output.c
+++ b/src/server/prot-a-output.c
@@ -1,5 +1,5 @@
 /*
- * $Id: prot-a-output.c,v 0.51 2001/11/04 14:19:53 ceder Exp $
+ * $Id: prot-a-output.c,v 0.52 2001/11/04 21:03:50 ceder Exp $
  * Copyright (C) 1991-2001  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -34,11 +34,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: prot-a-output.c,v 0.51 2001/11/04 14:19:53 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <time.h>
 #include <setjmp.h>
 #include <sys/types.h>
diff --git a/src/server/prot-a-parse.c b/src/server/prot-a-parse.c
index 4f39f6d46..2701a5774 100644
--- a/src/server/prot-a-parse.c
+++ b/src/server/prot-a-parse.c
@@ -1,5 +1,5 @@
 /*
- * $Id: prot-a-parse.c,v 0.48 2001/11/04 14:19:47 ceder Exp $
+ * $Id: prot-a-parse.c,v 0.49 2001/11/04 21:03:50 ceder Exp $
  * Copyright (C) 1991-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,11 +33,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: prot-a-parse.c,v 0.48 2001/11/04 14:19:47 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <assert.h>
 #include <stdio.h>
 #include <setjmp.h>
diff --git a/src/server/prot-a-send-async.c b/src/server/prot-a-send-async.c
index 81b0956af..35f7373ee 100644
--- a/src/server/prot-a-send-async.c
+++ b/src/server/prot-a-send-async.c
@@ -1,5 +1,5 @@
 /*
- * $Id: prot-a-send-async.c,v 0.24 1999/05/30 09:26:23 ceder Exp $
+ * $Id: prot-a-send-async.c,v 0.25 2001/11/04 21:03:49 ceder Exp $
  * Copyright (C) 1991, 1993-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -31,11 +31,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: prot-a-send-async.c,v 0.24 1999/05/30 09:26:23 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <setjmp.h>
 #include <time.h>
 #include <sys/types.h>
diff --git a/src/server/prot-a.c b/src/server/prot-a.c
index 6bfdc2b9b..437a99103 100644
--- a/src/server/prot-a.c
+++ b/src/server/prot-a.c
@@ -1,5 +1,5 @@
 /*
- * $Id: prot-a.c,v 0.63 2001/11/03 17:58:29 ceder Exp $
+ * $Id: prot-a.c,v 0.64 2001/11/04 21:03:49 ceder Exp $
  * Copyright (C) 1991-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -31,11 +31,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: prot-a.c,v 0.63 2001/11/03 17:58:29 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDDEF_H
 #  include <stddef.h>
 #endif
diff --git a/src/server/ram-output.c b/src/server/ram-output.c
index 6c69a5951..998c39920 100644
--- a/src/server/ram-output.c
+++ b/src/server/ram-output.c
@@ -1,5 +1,5 @@
 /*
- * $Id: ram-output.c,v 0.37 2001/11/04 14:19:40 ceder Exp $
+ * $Id: ram-output.c,v 0.38 2001/11/04 21:03:49 ceder Exp $
  * Copyright (C) 1991, 1993-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -38,11 +38,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: ram-output.c,v 0.37 2001/11/04 14:19:40 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <time.h>
 #include <sys/types.h>
diff --git a/src/server/ram-parse.c b/src/server/ram-parse.c
index 36ced7aa5..bdbb8a978 100644
--- a/src/server/ram-parse.c
+++ b/src/server/ram-parse.c
@@ -1,5 +1,5 @@
 /*
- * $Id: ram-parse.c,v 0.42 2001/11/04 14:19:34 ceder Exp $
+ * $Id: ram-parse.c,v 0.43 2001/11/04 21:03:49 ceder Exp $
  * Copyright (C) 1991, 1993-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -32,11 +32,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: ram-parse.c,v 0.42 2001/11/04 14:19:34 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <ctype.h>
 #include <stdio.h>
 #ifdef HAVE_STRING_H
diff --git a/src/server/ram-smalloc.c b/src/server/ram-smalloc.c
index 8084b2212..18baa3ba7 100644
--- a/src/server/ram-smalloc.c
+++ b/src/server/ram-smalloc.c
@@ -1,5 +1,5 @@
 /*
- * $Id: ram-smalloc.c,v 0.31 1999/07/02 14:50:37 byers Exp $
+ * $Id: ram-smalloc.c,v 0.32 2001/11/04 21:03:48 ceder Exp $
  * Copyright (C) 1991-1996, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -95,11 +95,6 @@
  *
  */
 
-static const char *
-rcsid = "$Id: ram-smalloc.c,v 0.31 1999/07/02 14:50:37 byers Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDLIB_H
 #  include <stdlib.h>
 #endif
diff --git a/src/server/ramkomd.c b/src/server/ramkomd.c
index d364864d0..e9f4f23f3 100644
--- a/src/server/ramkomd.c
+++ b/src/server/ramkomd.c
@@ -1,5 +1,5 @@
 /*
- * $Id: ramkomd.c,v 0.93 1999/10/28 13:18:09 byers Exp $
+ * $Id: ramkomd.c,v 0.94 2001/11/04 21:03:48 ceder Exp $
  * Copyright (C) 1991-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -43,11 +43,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: ramkomd.c,v 0.93 1999/10/28 13:18:09 byers Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_LOCALE_H
 #  include <locale.h>
 #endif
diff --git a/src/server/regex-match.c b/src/server/regex-match.c
index 00f5deda9..effff98d0 100644
--- a/src/server/regex-match.c
+++ b/src/server/regex-match.c
@@ -1,5 +1,5 @@
 /*
- * $Id: regex-match.c,v 1.29 2001/11/03 18:03:49 ceder Exp $
+ * $Id: regex-match.c,v 1.30 2001/11/04 21:03:48 ceder Exp $
  * Copyright (C) 1992-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -32,11 +32,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: regex-match.c,v 1.29 2001/11/03 18:03:49 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <setjmp.h>
 #include <sys/types.h>
diff --git a/src/server/send-async.c b/src/server/send-async.c
index cc765f2a4..d4a83fc9d 100644
--- a/src/server/send-async.c
+++ b/src/server/send-async.c
@@ -1,5 +1,5 @@
 /*
- * $Id: send-async.c,v 0.35 2000/09/06 19:54:32 ceder Exp $
+ * $Id: send-async.c,v 0.36 2001/11/04 21:03:48 ceder Exp $
  * Copyright (C) 1991, 1993-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,11 +33,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: send-async.c,v 0.35 2000/09/06 19:54:32 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <setjmp.h>
 #include <time.h>
diff --git a/src/server/server-config.c b/src/server/server-config.c
index b73181bd7..d332d9691 100644
--- a/src/server/server-config.c
+++ b/src/server/server-config.c
@@ -1,5 +1,5 @@
 /*
- * $Id: server-config.c,v 0.72 2001/11/03 18:03:49 ceder Exp $
+ * $Id: server-config.c,v 0.73 2001/11/04 21:03:48 ceder Exp $
  * Copyright (C) 1991-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -36,11 +36,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: server-config.c,v 0.72 2001/11/03 18:03:49 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <limits.h>
 #include <stdio.h>
 #include <sys/types.h>
diff --git a/src/server/session.c b/src/server/session.c
index 7ac99066b..107fa0ca7 100644
--- a/src/server/session.c
+++ b/src/server/session.c
@@ -1,5 +1,5 @@
 /*
- * $Id: session.c,v 0.57 2001/11/03 18:00:33 ceder Exp $
+ * $Id: session.c,v 0.58 2001/11/04 21:03:47 ceder Exp $
  * Copyright (C) 1991-1994, 1996-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,11 +33,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: session.c,v 0.57 2001/11/03 18:00:33 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <setjmp.h>
 #include <time.h>
diff --git a/src/server/simple-cache.c b/src/server/simple-cache.c
index 93caff0bd..9e78fd2bc 100644
--- a/src/server/simple-cache.c
+++ b/src/server/simple-cache.c
@@ -1,5 +1,5 @@
 /*
- * $Id: simple-cache.c,v 0.92 2001/11/03 18:03:48 ceder Exp $
+ * $Id: simple-cache.c,v 0.93 2001/11/04 21:03:47 ceder Exp $
  * Copyright (C) 1991-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -39,11 +39,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: simple-cache.c,v 0.92 2001/11/03 18:03:48 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <errno.h>
 #include <stdio.h>
 #ifdef HAVE_STDLIB_H
diff --git a/src/server/string-malloc.c b/src/server/string-malloc.c
index b4f2e36ab..3d2716ea4 100644
--- a/src/server/string-malloc.c
+++ b/src/server/string-malloc.c
@@ -1,5 +1,5 @@
 /*
- * $Id: string-malloc.c,v 0.16 1999/05/24 09:38:29 ceder Exp $
+ * $Id: string-malloc.c,v 0.17 2001/11/04 21:03:47 ceder Exp $
  * Copyright (C) 1991, 1993-1995, 1998-1999  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -34,11 +34,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: string-malloc.c,v 0.16 1999/05/24 09:38:29 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #ifdef HAVE_STDDEF_H
 #  include <stddef.h>
 #endif
diff --git a/src/server/text-garb.c b/src/server/text-garb.c
index cac62f347..2b1d24bf2 100644
--- a/src/server/text-garb.c
+++ b/src/server/text-garb.c
@@ -1,5 +1,5 @@
 /*
- * $Id: text-garb.c,v 0.38 2001/11/04 14:19:22 ceder Exp $
+ * $Id: text-garb.c,v 0.39 2001/11/04 21:03:47 ceder Exp $
  * Copyright (C) 1991-1995, 1997-2000  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,11 +33,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: text-garb.c,v 0.38 2001/11/04 14:19:22 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <stdio.h>
 #include <time.h>
 #include <sys/types.h>
diff --git a/src/server/text.c b/src/server/text.c
index 5755e877a..c018fbb77 100644
--- a/src/server/text.c
+++ b/src/server/text.c
@@ -1,5 +1,5 @@
 /*
- * $Id: text.c,v 0.88 2001/11/04 20:34:42 ceder Exp $
+ * $Id: text.c,v 0.89 2001/11/04 21:03:46 ceder Exp $
  * Copyright (C) 1991-2001  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -33,11 +33,6 @@
 #  include <config.h>
 #endif
 
-static const char *
-rcsid = "$Id: text.c,v 0.88 2001/11/04 20:34:42 ceder Exp $";
-#include "rcs.h"
-USE(rcsid);
-
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>
-- 
GitLab