Subversion Repositories HelenOS

Rev

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

Rev 4508 Rev 4509
Line 40... Line 40...
40
#include <bool.h>
40
#include <bool.h>
41
#include <malloc.h>
41
#include <malloc.h>
42
#include <io/klog.h>
42
#include <io/klog.h>
43
#include <vfs/vfs.h>
43
#include <vfs/vfs.h>
44
#include <ipc/devmap.h>
44
#include <ipc/devmap.h>
45
#include <libadt/list.h>
45
#include <adt/list.h>
46
 
46
 
47
static FILE stdin_null = {
47
static FILE stdin_null = {
48
    .fd = -1,
48
    .fd = -1,
49
    .error = true,
49
    .error = true,
50
    .eof = true,
50
    .eof = true,