Minor code cleanups

This commit is contained in:
Michiel Broek 2001-11-13 21:54:26 +00:00
parent 686f670a43
commit 8ec45db58a
3 changed files with 10 additions and 7 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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();