Subversion Repositories HelenOS

Rev

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

Rev 3275 Rev 3304
Line 37... Line 37...
37
#include "input.h"
37
#include "input.h"
38
#include "util.h"
38
#include "util.h"
39
#include "errors.h"
39
#include "errors.h"
40
#include "cmds/cmds.h"
40
#include "cmds/cmds.h"
41
 
41
 
42
#ifndef HELENOS
-
 
43
#include <linux/limits.h>
-
 
44
#endif
-
 
45
 
-
 
46
/* See scli.h */
42
/* See scli.h */
47
static cliuser_t usr;
43
static cliuser_t usr;
48
 
44
 
49
/* Modified by the 'quit' module, which is compiled before this */
45
/* Modified by the 'quit' module, which is compiled before this */
50
extern unsigned int cli_quit;
46
extern unsigned int cli_quit;