Subversion Repositories HelenOS

Rev

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

Rev 3278 Rev 3304
Line 30... Line 30...
30
 
30
 
31
#include <stdio.h>
31
#include <stdio.h>
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include <unistd.h>
33
#include <unistd.h>
34
#include <string.h>
34
#include <string.h>
35
#ifdef HELENOS
-
 
36
#include <errno.h>
35
#include <errno.h>
37
#else
36
 
38
#include <sys/errno.h>
-
 
39
#endif
-
 
40
#include "util.h"
37
#include "util.h"
41
#include "errors.h"
38
#include "errors.h"
42
#include "entry.h"
39
#include "entry.h"
43
#include "cmds.h"
40
#include "cmds.h"
44
#include "cd.h"
41
#include "cd.h"