* stress.c: silence warning
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 26 May 2004 18:13:15 +0000 (18:13 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 26 May 2004 18:13:15 +0000 (18:13 +0000)
citadel/ChangeLog
citadel/stress.c

index 0e1eb4fa271db3838059fae78a88f602db4cf063..f32c50544acea5388f76555cf2773728a6cbcab0 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 621.3  2004/05/26 18:13:15  nbryant
+ * stress.c: silence warning
+
  Revision 621.2  2004/05/26 16:53:31  nbryant
  * configure.ac: check for /usr/local/BerkeleyDB.4.2
 
@@ -5797,4 +5800,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index 22719341fd3fba40ad8da3ff46732dd14915585d..6f439381d24127a7acbadeed9f46280b27e8b3a0 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 
 /* This message is exactly 1024 bytes */
-const char* const message =
+char* const message =
 "The point of this little file is to stress test a Citadel server.\n"
 "It spawns n threads, where n is a command line parameter, each of\n"
 "which writes 1000 messages total to the server.\n"