Minor code cleanups
This commit is contained in:
parent
686f670a43
commit
8ec45db58a
@ -4277,10 +4277,11 @@ v0.33.19 26-Oct-2001
|
|||||||
The whoson list now uses mbtask to get the information.
|
The whoson list now uses mbtask to get the information.
|
||||||
The users exitinfo file is now stored in his homedirectory
|
The users exitinfo file is now stored in his homedirectory
|
||||||
with mode 0600.
|
with mode 0600.
|
||||||
|
A lot of code rewrites to make it more modular.
|
||||||
|
|
||||||
mbnewusr:
|
mbnewusr:
|
||||||
New program, run by user bbs. This is only to register a new
|
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:
|
mbtask:
|
||||||
Changed to handle the External Doors flag in the lastcaller
|
Changed to handle the External Doors flag in the lastcaller
|
||||||
@ -4295,3 +4296,6 @@ v0.33.19 26-Oct-2001
|
|||||||
mbmsg:
|
mbmsg:
|
||||||
Corrected header in logfile for pack function.
|
Corrected header in logfile for pack function.
|
||||||
|
|
||||||
|
import:
|
||||||
|
Removed users import, could not work anymore.
|
||||||
|
|
||||||
|
@ -35,10 +35,10 @@
|
|||||||
#include "../lib/clcomm.h"
|
#include "../lib/clcomm.h"
|
||||||
#include "../lib/common.h"
|
#include "../lib/common.h"
|
||||||
//#include "funcs.h"
|
//#include "funcs.h"
|
||||||
//#include "input.h"
|
#include "input.h"
|
||||||
//#include "language.h"
|
#include "language.h"
|
||||||
#include "morefile.h"
|
#include "morefile.h"
|
||||||
//#include "timeout.h"
|
#include "timeout.h"
|
||||||
//#include "exitinfo.h"
|
//#include "exitinfo.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* File ..................: setup/m_users.c
|
* $Id$
|
||||||
* Purpose ...............: Edit Users
|
* Purpose ...............: Edit Users
|
||||||
* Last modification date : 26-Oct-2001
|
|
||||||
*
|
*
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
* Copyright (C) 1997-2001
|
* Copyright (C) 1997-2001
|
||||||
@ -339,7 +338,7 @@ void Fields2(void)
|
|||||||
|
|
||||||
int EditUsrRec2(void)
|
int EditUsrRec2(void)
|
||||||
{
|
{
|
||||||
int j;
|
int j = 0;
|
||||||
char temp[PATH_MAX];
|
char temp[PATH_MAX];
|
||||||
|
|
||||||
Screen2();
|
Screen2();
|
||||||
|
Reference in New Issue
Block a user