Rev 3265 | Rev 3269 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 3267 | ||
---|---|---|---|
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> |
|
- | 37 | #else |
|
35 | #include <sys/errno.h> |
38 | #include <sys/errno.h> |
- | 39 | #endif |
|
36 | #include "util.h" |
40 | #include "util.h" |
37 | #include "errors.h" |
41 | #include "errors.h" |
38 | #include "entry.h" |
42 | #include "entry.h" |
39 | #include "cmds.h" |
43 | #include "cmds.h" |
40 | #include "cd.h" |
44 | #include "cd.h" |