diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/drwho/ChangeLog | 15 | ||||
-rw-r--r-- | apps/drwho/Options.h | 2 |
2 files changed, 11 insertions, 6 deletions
diff --git a/apps/drwho/ChangeLog b/apps/drwho/ChangeLog index b5c0b653b75..97dd4934cec 100644 --- a/apps/drwho/ChangeLog +++ b/apps/drwho/ChangeLog @@ -1,13 +1,18 @@ +Thu Nov 16 17:58:10 2000 Carlos O'Ryan <coryan@uci.edu> + + * Options.h: + Fixed small syntax error. + Sat Nov 4 18:18:06 2000 Carlos O'Ryan <coryan@uci.edu> - * Rwho_DB_Manager.cpp: - Add missing #include + * Rwho_DB_Manager.cpp: + Add missing #include Fri Jul 14 14:44:43 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * CM_Server.cpp (receive): Added a cast to (int *) so that - certain C++ compilers are happy. Thanks to John Mills - <jmills@tga.com> for reporting this. + * CM_Server.cpp (receive): Added a cast to (int *) so that + certain C++ compilers are happy. Thanks to John Mills + <jmills@tga.com> for reporting this. Tue May 23 20:52:29 2000 David L. Levine <levine@cs.wustl.edu> diff --git a/apps/drwho/Options.h b/apps/drwho/Options.h index 5b904329da3..567c91a49f6 100644 --- a/apps/drwho/Options.h +++ b/apps/drwho/Options.h @@ -56,7 +56,7 @@ public: static Protocol_Types protocol_type; static int max_server_timeout; static char *program_name; - const static char *friend_file; + static const char *friend_file; static char *user_name; static void print_usage_and_die (int long_msg); |