Subversion Repositories wimsdev

Rev

Rev 8155 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8155 Rev 8185
Line 54... Line 54...
54
char commbuf[BUFFERLEN+1];
54
char commbuf[BUFFERLEN+1];
55
#define textbuf (commbuf+sizeof(int))
55
#define textbuf (commbuf+sizeof(int))
56
char *textptr;
56
char *textptr;
57
 
57
 
58
int cwdtype;
58
int cwdtype;
59
enum {dir_home, dir_class, dir_session, dir_module};
-
 
60
 
-
 
61
#include "fork.c"
-
 
62
#include "wimslogdlines.c"
-
 
63
#include "cache.c"
-
 
64
#include "files.c"
-
 
65
#include "socket.c"
-
 
66
#include "log.c"
-
 
67
#include "cleaning.c"
-
 
68
#include "housekeep.c"
-
 
69
#include "homedir.c"
-
 
70
 
59
 
71
/* check whether there is anything to execute */
60
/* check whether there is anything to execute */
72
void logexec(void)
61
void logexec(void)
73
{
62
{
74
    struct stat st;
63
    struct stat st;