]> granicus.if.org Git - mutt/commitdiff
Change "static char rcsid[]" to "static const char rcsid[]" to make mutt-0-94-13-rel
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Oct 1998 20:33:03 +0000 (20:33 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Oct 1998 20:33:03 +0000 (20:33 +0000)
gcc shut up about this.

95 files changed:
ChangeLog
addrbook.c
alias.c
attach.c
browser.c
buffy.c
charset.c
charsets/parse_i18n.c
color.c
commands.c
complete.c
compose.c
copy.c
curs_lib.c
curs_main.c
date.c
dotlock.c
edit.c
enter.c
filter.c
flags.c
from.c
getdomain.c
gnupgparse.c
handler.c
hash.c
hdrline.c
headers.c
help.c
history.c
hook.c
imap.c
init.c
intl/bindtextdom.c
intl/cat-compat.c
intl/dcgettext.c
intl/dgettext.c
intl/explodename.c
intl/finddomain.c
intl/gettext.c
intl/intl-compat.c
intl/l10nflist.c
intl/loadmsgcat.c
intl/localealias.c
intl/textdomain.c
keymap.c
lib.c
main.c
mbox.c
menu.c
mh.c
mx.c
pager.c
parse.c
pattern.c
pgp.c
pgpinvoke.c
pgpkey.c
pgppubring.c
pop.c
postpone.c
query.c
recvattach.c
resize.c
rfc1524.c
rfc2047.c
rfc822.c
rx/hashrexp.c
rx/rx.c
rx/rxanal.c
rx/rxbasic.c
rx/rxbitset.c
rx/rxcset.c
rx/rxgnucomp.c
rx/rxhash.c
rx/rxnfa.c
rx/rxnode.c
rx/rxposix.c
rx/rxsimp.c
rx/rxspencer.c
rx/rxstr.c
rx/rxsuper.c
rx/rxunfa.c
score.c
send.c
sendlib.c
sha1dgst.c
signal.c
snprintf.c
socket.c
sort.c
status.c
strcasecmp.c
system.c
thread.c

index e8233e9804429ac8e01105a16ce4de170bbf5517..6780ed0f28c835feb9d932027c909bd7cf884642 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Thu Oct 15 19:45:50 1998  Thomas Roessler  <roessler@guug.de>
+Thu Oct 15 20:15:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rx/Makefile.in, po/Attic/stamp-cat-id, po/ru.po,
+       po/Attic/mutt.pot, po/de.po, po/Attic/cat-id-tbl.c,
+       reldate.h, configure.in, configure, config.h.in,
+       Attic/Makefile.in, ChangeLog: Random pre-release clean-up.
 
        * po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h:
        This patch introduces the ~k pattern for messages containing pgp key
index 885d3f1ee9731cc3c1a914d10bb1356ae7fb0a9f..790d836e7016cd5c9ce20f7d26f0b0da671bdb20 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/alias.c b/alias.c
index 772a359047bfd60e4f8209f137554051ef7f8be5..13786ffa6e73c42410cb0b17fcc49d55c14cdeed 100644 (file)
--- a/alias.c
+++ b/alias.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 43d64b5a51e76bd8175dc4fe237378bfab74f428..b3b19f33c9ab62de0f8070189bb41b77ed120244 100644 (file)
--- a/attach.c
+++ b/attach.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 193064a66da2185c551dc14a8ccbdce14fbf4afb..a15bc3f75bab08a96cbe7ba2f3725513574dc44c 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/buffy.c b/buffy.c
index 512d70b0283ba7463194c622fe73bb270ca3201d..e1097fa24ed8351127129f59f44aa37e72cfe685 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* 
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 3628a6bcc7fd07a91396eb9b64f7537721f96e9b..ed094bc832ed67c4e0d4223b5dee7533504eaca1 100644 (file)
--- a/charset.c
+++ b/charset.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1998 Ruslan Ermilov <ru@ucb.crimea.ua>,
  *                    Thomas Roessler <roessler@guug.de>
index 5e8077e74b566e62a41efed536974eeb32904e37..ab0be94d1120f4a9d38759ab1ff8dbc6567734e2 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1998 Thomas Roessler <roessler@guug.de>
  * 
diff --git a/color.c b/color.c
index 8b57f043b3bf99eead00ce6894ab5b741d6a6828..8aa7596ee948cf2fc84cce4302f1a04a680337e8 100644 (file)
--- a/color.c
+++ b/color.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 77a2c7a58526427406f9c1e696aa262ce558fbcc..8e70c416607d10e39e52d1132c080c5feb3f5bc7 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 68be98c2c81a5dd0cf90a33483ff44653ed7711e..3cd63d412401102322da51fe1207d4f3613b4052 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index db8be3c7c6ace8256a4aadce5c34c1356e310461..03b95f3d1dedb4ddbc1e879b65f0a8f5bf4afeb8 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/copy.c b/copy.c
index 9a9d31e73f80bfc0d675b04cef4b353967b8e12b..5f55fa3aa1fe934d517491075a492eee6343be55 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 5b41a117872ead8876e68bc36f1796e53b878815..bcf0a2a729dda79e58fa2f9b9e78c21befc195ae 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 77e67c2c83ff4d38bd51f1ae8e94ba74ee3d351d..ea210992168d4ee4b3972e9093d37a6697615645 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/date.c b/date.c
index 75d9af1e2b740318a856ce256a46fd62b1dc7cd0..a15908a2e31081f528bdb42ca6568dfcbef2dd3d 100644 (file)
--- a/date.c
+++ b/date.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 1d1c485f6a17063ff716490ed812a5618c0cbe3e..3b70004f0323b33ca89a5cbe815928bd5fcbe8f1 100644 (file)
--- a/dotlock.c
+++ b/dotlock.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * Copyright (C) 1998 Thomas Roessler <roessler@guug.de>
diff --git a/edit.c b/edit.c
index 5dccc7894e9db57c072c581a0c8869ac27c94a52..3fe95224a7db0a073bdcc5d42b9a22610a4e829e 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/enter.c b/enter.c
index 32aa465d1ccebe845f3e8a850a11918e7ccd8d30..f598a0b75a7e9d4f7a6ee0dffc0452228b598f9b 100644 (file)
--- a/enter.c
+++ b/enter.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 788134a928bda10ab940783f25b4847aaae9fb92..85dfa311d84344d69a04b68c4c4caf05e758041d 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins.
  * 
diff --git a/flags.c b/flags.c
index 6f1683b2844208f18ec053990e36d86478706841..cd596b39cf5959999c4e763b9ac7ad6453b83de3 100644 (file)
--- a/flags.c
+++ b/flags.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/from.c b/from.c
index 3e87c377fff735a5d50c5a8d74bad1474a3c2bd2..3a7ef6c6bf0a15420bd815d9839cfc6648badc95 100644 (file)
--- a/from.c
+++ b/from.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 405dab7b0af202ac4967ddbf4b2fb9c325f973e5..6d19bf94e68ff6b384143a9ae02d36ecba42957c 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
index dfe1221792d116d470c98e3af469ad7fef8f70aa..5d7ed8143b9d95c38088f24a1dd19cdc00355bea 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1998 Werner Koch <werner.koch@guug.de>
  *
index 84475b9d3f9d950a48ce9e1d1bc5110bfd8a9702..80da7bc93158e70cb304cdaa911b0d363d4b5c97 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/hash.c b/hash.c
index 9d7493ed7af46fc4e2628dc4b2a464c9ca15cbab..a52570d91508cf77bb89209cc3067deefc5ff817 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  *
index 094a20dcee5ec76a7351f939e13d51cdbdf44723..ed577baad8c7c12c6b14063d294bc67dbeb4428f 100644 (file)
--- a/hdrline.c
+++ b/hdrline.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index e92ba3402fa272d62af877ef3aeda7b931a641a7..24347841ba5b5ddfc38cc751b73b66e336a42b9e 100644 (file)
--- a/headers.c
+++ b/headers.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* 
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/help.c b/help.c
index c3d19fbbeaf4b69fd289750401128eace9c9b949..fbdd8dc852f5ea1fbcf730bb3a2bafd59f5df6a5 100644 (file)
--- a/help.c
+++ b/help.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 17d886f15f0192cdbfcfde9708d1d34a5012a4c6..a01cf48c51fd4232778ace175eeaaabe25fb030f 100644 (file)
--- a/history.c
+++ b/history.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/hook.c b/hook.c
index 379ceb60c5bd62076c09a73f506dafdde2a0ad42..4df4da962b77cc4acb1d2e5a7b87a6761eb16b37 100644 (file)
--- a/hook.c
+++ b/hook.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* 
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  *
diff --git a/imap.c b/imap.c
index 5e4514bb56c7efe516a661257e1732f366403b60..3135bff498918732cbfa737cfda8891d510ef1f7 100644 (file)
--- a/imap.c
+++ b/imap.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/init.c b/init.c
index c97e5aac9646db5da241d6f78152a3774be2e22a..2ad615b429f38d94ff821f118e4146cc8e92da3b 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 7ac69d741289ff14f7df0544f6210cd3561a3a7f..ad7f08d4c2b3d2830617eef3635ba7d145c126e2 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Implementation of the bindtextdomain(3) function
    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
index dc9b4e831a08aaea222387529acd449d71442083..f129f96470feaa6ff3f74898d4c2856201ff9c57 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Compatibility code for gettext-using-catgets interface.
    Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index 07304e33fe52632f7a3f4ee74f1611913899ec8e..303839f7970f433cf1773013689667519ef63b90 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Implementation of the dcgettext(3) function.
    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
index b6ce6ea31eb010a2e8aa2fc9fea873d74fee900e..17471023ddb8b398a414a686c7fd70b2ef03b0cd 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Implementation of the dgettext(3) function
    Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
 
index 85d7fc1b4ee15725d3e12037ed3e379fa71c261d..2aef6441e45c8d84c4f98b8166242d1782368304 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
index 80cceecbc76ee5dbbf7ad55993b6abc2ceab02f4..315591be426f764b6ce78650b11c7fcd7cf9afe7 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Handle list of needed message catalogs
    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
index 13ff68580cdc35080f060b9fafbc05503277a213..d51251846fe1a6f2a25256a68e8c7c59cbd0388a 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Implementation of gettext(3) function.
    Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
index def9f5ce859442e1119e14e752dbc9a854938e9f..86a722ca21c0d078c32c1ec7113bf3c6f0d62cd5 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
    Library.
    Copyright (C) 1995 Software Foundation, Inc.
index e3cfe5b0d869a27f58f817dce8033d55eff6c6a9..02787a868fb31ec1a0d229003f2a85eff795fb3d 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Handle list of needed message catalogs
    Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
index 3eb2e6a5563b8db3043ee92b5cce6b291ba8098b..cc120fd7d029f352a9f61a86eb02d227ae861202 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Load needed message catalogs.
    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
index 4988598da77e1467621d08fbc368dc0c21996797..23324dc895dabfafe18ae5735a4f568fd505d4e1 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Handle aliases for locale names.
    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
index 06f55133a6d6753a5da4538d6bf1ce8da5491cf1..44fa68343b57d79e2e5ae61faafe4a38cff81803 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* Implementation of the textdomain(3) function.
    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
index f905f6202768ea3f02f08c9303998b86e8c7af58..74a0eb5dfa49e832bf3ffcb4de0466a56141abff 100644 (file)
--- a/keymap.c
+++ b/keymap.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/lib.c b/lib.c
index f5c32a17a43538be30ffeebdc1c2fdedd9292dab..78495e13588356ccfdadc3d1955c05ce455204a9 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/main.c b/main.c
index a004179062642603cdf9e841c5c4cf9b4ac919bf..97ed84dc33596b0d7b6b0b88367c4d81cf9b2b5e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/mbox.c b/mbox.c
index f644e7aab7ee86d490599b8a71a2a9b27810c26d..55504e87ec02916a7bac2794133f5c2dcc8fe033 100644 (file)
--- a/mbox.c
+++ b/mbox.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/menu.c b/menu.c
index 7f0de8288b71a6a3b0ca72785e9f76e9eb5a1c2d..d724d5ce866fa0c8d010ebf08a3c56cc587c98a0 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  *
diff --git a/mh.c b/mh.c
index c8b7843531d1098c476b6410d78a7c1b5bd617e8..50573d1acfa1e399e981c84124d8ca83a7ba1200 100644 (file)
--- a/mh.c
+++ b/mh.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/mx.c b/mx.c
index 122bb675d7fa86881f3ae12f4706b01427292360..f8b2c7275f00ec1a8f52a5d196457aea05437522 100644 (file)
--- a/mx.c
+++ b/mx.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/pager.c b/pager.c
index 3bb8436721b9412d2e3d502627d1fe8293cfd22d..0de5232265e7ff2e0810a1427dde2274e56fe298 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/parse.c b/parse.c
index 64ed48ed89e86b0e47f54ef16e041eff61ad7b0a..2e9994ac7242961db82b086b0eef27b5ef193b0d 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 9b83b732f309318b045f0cd956392b37077d9171..10d9a80296f3458a7aecce918275a65d4735ce16 100644 (file)
--- a/pattern.c
+++ b/pattern.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/pgp.c b/pgp.c
index 92eebbdaf26a4acab77107987f6db8ec35230c89..2c5bba294bdb6dd7d8403c1de0644902dbb26dfa 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
  * Copyright (c) 1998 Thomas Roessler <roessler@guug.de>
index 240f423ea7dc58311b3d97e6818f15fd2c328c5c..87b95a17a03b90085f6956a35fb51c7159398aae 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1997-1998 Thomas Roessler <roessler@guug.de>
  * 
index 73d40f38d9dfbe78c1f3a06568f67160c769ef50..40084150c91da44b8f953e9b1b98ba09ac4026bb 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
  * Copyright (c) 1998 Thomas Roessler <roessler@guug.de>
index bbc4f36283da85a80d77ceff6f7b389e07c5675b..5d25fade9f15a61283d46c620821d1f5e3367672 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1997 Thomas Roessler <roessler@guug.de>
  * 
diff --git a/pop.c b/pop.c
index 39081b4d75c3e263b7ee3ef043b615d068c0b286..2473dce91554b60c8e17871ca4d582339209d5e2 100644 (file)
--- a/pop.c
+++ b/pop.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 02e18efde6f5913a2024d657ce9818c7366e5503..2eae2d72f0fba156c032b14936b261f35dac4e88 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/query.c b/query.c
index 6422f29363e3a821abdfb7932805ed42dd4a60e2..a606ff4766091cf6543c4dfe286293f1ca76749b 100644 (file)
--- a/query.c
+++ b/query.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 6a92c987748689242007905745a57e3d8b67481f..25fdb403c86535bd2dad2e5bc964eb61f38640d1 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-1998 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 319bcd09d97d25c51e7ce1cfa847c0c779655f39..04fac6155f039f7518318945950cd775cd80b457 100644 (file)
--- a/resize.c
+++ b/resize.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 6d215aedc896061e9bb359d2e983b7db37272e45..5636549d75a05eaad58477d5d89e67fec668934a 100644 (file)
--- a/rfc1524.c
+++ b/rfc1524.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index f6d45fd95330136d20988fc6647b579e567ac378..5a21399c717d3cb2928e03d5c69f4385194d127c 100644 (file)
--- a/rfc2047.c
+++ b/rfc2047.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 649d5417a9f93f8e52bc3ede606204f2bfdc3db3..c8dd104ec4911d59a13aa4a5da45fc0ac3421e56 100644 (file)
--- a/rfc822.c
+++ b/rfc822.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 795bed0906f64b30967cd07bce8edac2bcb2f8a0..937ef86304e9c8d0efcc0d59d10502b619434cf4 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
diff --git a/rx/rx.c b/rx/rx.c
index aa214fb041ebcf70efe3bef8bdc35467e6451cd3..e3322cc1222ae1a24c3e591ae7a3f0c819366f8c 100644 (file)
--- a/rx/rx.c
+++ b/rx/rx.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index 13ff6ec0c14cd635852c1962e865a1c2d8ed354e..93781e518cae1dd50f5946826bedec508c3f2ebe 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index aef707361ad8d2cbd25ad48b57f09921f134ac9d..1f90f3e5c991fc57ff755561bcc970bd258cea50 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index 22e5054d8d77bdbb09bcf4af24e10af4869a0faa..60f8e44c4c593e13368225bb7c414e900f537d1b 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index db9d0af2cc26cafadfdde73561e2612be6637f43..9751afa7d0d6b7ed490775f1e642ee9b64abafdd 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index db70ef58730433f75dce37424bc94b99924c3676..9025b4118fb931aa4939fb2f4912f78b3c846869 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
index c30eff61ea0795454009566da1877b16e39abe96..ce0c8beaf1cf6bce9bd0bd1aeb7f05524544034b 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index c3e621293fd5ccc75dd68b99818b351d4986ae07..f0c3caeb70a6ac685f87a76d772617a85df14b97 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index a6458c5476b587220a31a59ce3837ae5e972bf90..27200faf08917b65d72987cdc456fe76e16ca6f8 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* classes: src_files */
 
 /*     Copyright (C) 1995, 1996 Tom Lord
index 3c755fb993adc69de97fd8a7a430a17499e3382c..a07f930f5bf9aa90b814be26c4156468fc4c2db3 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index e603641040b41f7f81f9b8d9d804cf7e3e8bb0fd..73a495fa17f995a24b03679ec912d5c945b07909 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index 61185757540bb7b84af8a12ecc0efa118ff0614f..9b11b86f7d2670f12c59ebe9fffae6412dfab23e 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index f7b2e9aa851f28f89db3d4d6af91c0f961e34fc8..29f788cc7f51c8cfa292829c7087810c4e418576 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*     Copyright (C) 1995, 1996 Tom Lord
  * 
  * This program is free software; you can redistribute it and/or modify
index 25e357e05350e6a3be64c588c30c3126c44eb53f..f34398f88690d1345d583fbc0adf663f35f6811a 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 
 
 /*     Copyright (C) 1995, 1996 Tom Lord
index 937c9e84eb48ee1f1d4691a3fe12c6c57173fb4b..fd2a1c05479ba45fd1050da9774d4d4259b8e476 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* classes: src_files */
 
 /*     Copyright (C) 1995, 1996 Tom Lord
diff --git a/score.c b/score.c
index 62a41b3e3f17dd1d960b37c2d023ed8810ae00df..642fb3ebaa71f7729fcb5b8979ccc4e8cd490284 100644 (file)
--- a/score.c
+++ b/score.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/send.c b/send.c
index 943621e55c4a7c67d961ebae7416a445c081e6d2..ca6d930401dbe159613e44d0bddf859271c595d8 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index c76ec2178b64aa543e7c5b91c88510cb160b06a6..e4401bcc241218b91d1852128f1aa89e02cc3200 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 3b5454a50bcc0f5ce0550d357e8902fed6c09478..c9115b9033b93606bfe4e9414152da573479f0cb 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /* crypto/sha/sha1dgst.c */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
index 6fd0ae57df5794470908302900c6e3419d2ee6ee..f7f1929a4207ea9e6347308a716556c3d76725f7 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index f85dcb21b51d62dc858c0e04093183c07db6ed62..4b9ef9d8bbd7c8ffbca7ca96632b6d9eb5174cef 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /**************************************************************
  * Original:
  * Patrick Powell Tue Apr 11 09:48:21 PDT 1995
index 66dedc0215c1662bfdd7b8a9855f0a10bbe354aa..06be158d1d90185c2f218750c7cfdd08ffa121d4 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1998 Michael R. Elkins <me@cs.hmc.edu>
  * 
diff --git a/sort.c b/sort.c
index 23ca96ece3953b2ec857c2effd8f721f091a2254..5e89f85618658cee69cffe3ae550d3fcbc3553f8 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 7ea57ea7faa83870381bbbc9fbeb2330d58abf8c..beffbc9617870c0b665e9cdce2a8723d8e5f5cdb 100644 (file)
--- a/status.c
+++ b/status.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 7b5da9c9829dc030615fda8134f4bcc177fde8d0..1a92bc36f07200de252c39e7a4dc7aeecf428e29 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 #include <ctype.h>
 #include <sys/types.h>
 
index 678b36850238a09a534dacb0bb2d29283950d0bd..362db575aea53f1589eed0e441d338e5478f7e83 100644 (file)
--- a/system.c
+++ b/system.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  * 
index 4a4763de78126d78d6edf362a0c2d12dbfc10885..da92cfc2f1df92eac278eaee3792b2fd2a537b74 100644 (file)
--- a/thread.c
+++ b/thread.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
  *