diff --git a/ChangeLog b/ChangeLog index f8e41d6e..c3b2bb7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4277,10 +4277,11 @@ v0.33.19 26-Oct-2001 The whoson list now uses mbtask to get the information. The users exitinfo file is now stored in his homedirectory with mode 0600. + A lot of code rewrites to make it more modular. mbnewusr: New program, run by user bbs. This is only to register a new - bbs user. + bbs user. Should be started by the bbs account. mbtask: Changed to handle the External Doors flag in the lastcaller @@ -4295,3 +4296,6 @@ v0.33.19 26-Oct-2001 mbmsg: Corrected header in logfile for pack function. + import: + Removed users import, could not work anymore. + diff --git a/mbsebbs/morefile.c b/mbsebbs/morefile.c index b2c005a3..0ae33cd4 100644 --- a/mbsebbs/morefile.c +++ b/mbsebbs/morefile.c @@ -35,10 +35,10 @@ #include "../lib/clcomm.h" #include "../lib/common.h" //#include "funcs.h" -//#include "input.h" -//#include "language.h" +#include "input.h" +#include "language.h" #include "morefile.h" -//#include "timeout.h" +#include "timeout.h" //#include "exitinfo.h" diff --git a/mbsetup/m_users.c b/mbsetup/m_users.c index 8f15bec0..f5738e58 100644 --- a/mbsetup/m_users.c +++ b/mbsetup/m_users.c @@ -1,8 +1,7 @@ /***************************************************************************** * - * File ..................: setup/m_users.c + * $Id$ * Purpose ...............: Edit Users - * Last modification date : 26-Oct-2001 * ***************************************************************************** * Copyright (C) 1997-2001 @@ -339,7 +338,7 @@ void Fields2(void) int EditUsrRec2(void) { - int j; + int j = 0; char temp[PATH_MAX]; Screen2();