Subversion Repositories HelenOS

Rev

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

Rev 4346 Rev 4347
Line 42... Line 42...
42
#include <errno.h>
42
#include <errno.h>
43
#include <fcntl.h>
43
#include <fcntl.h>
44
#include <task.h>
44
#include <task.h>
45
#include <malloc.h>
45
#include <malloc.h>
46
#include <macros.h>
46
#include <macros.h>
-
 
47
#include <console.h>
47
#include "init.h"
48
#include "init.h"
48
#include "version.h"
49
#include "version.h"
49
 
50
 
50
static bool mount_fs(const char *fstype)
51
static bool mount_fs(const char *fstype)
51
{
52
{