Subversion Repositories HelenOS

Rev

Rev 3265 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3346
1
#ifndef BUILTIN_ALIASES_H
1
#ifndef BUILTIN_ALIASES_H
2
#define BUILTIN_ALIASES_H
2
#define BUILTIN_ALIASES_H
3
 
3
 
4
/* See modules/module_aliases.h for an explanation of this file */
4
/* See modules/module_aliases.h for an explanation of this file */
5
 
5
 
6
char *builtin_aliases[] = {
6
char *builtin_aliases[] = {
7
    "chdir", "cd",
7
    "chdir", "cd",
8
    NULL, NULL
8
    NULL, NULL
9
};
9
};
10
 
10
 
11
#endif
11
#endif
12
 
12