Subversion Repositories HelenOS

Rev

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

Rev 3360 Rev 3371
Line 22... Line 22...
22
#include "mkdir/entry.h"
22
#include "mkdir/entry.h"
23
#include "rm/entry.h"
23
#include "rm/entry.h"
24
#include "cat/entry.h"
24
#include "cat/entry.h"
25
#include "touch/entry.h"
25
#include "touch/entry.h"
26
#include "ls/entry.h"
26
#include "ls/entry.h"
-
 
27
#include "pwd/entry.h"
27
 
28
 
28
/* Each .def function fills the module_t struct with the individual name, entry
29
/* Each .def function fills the module_t struct with the individual name, entry
29
 * point, help entry point, etc. You can use config.h to control what modules
30
 * point, help entry point, etc. You can use config.h to control what modules
30
 * are loaded based on what libraries exist on the system. */
31
 * are loaded based on what libraries exist on the system. */
31
 
32
 
Line 35... Line 36...
35
#include "mkdir/mkdir.def"
36
#include "mkdir/mkdir.def"
36
#include "rm/rm.def"
37
#include "rm/rm.def"
37
#include "cat/cat.def"
38
#include "cat/cat.def"
38
#include "touch/touch.def"
39
#include "touch/touch.def"
39
#include "ls/ls.def"
40
#include "ls/ls.def"
-
 
41
#include "pwd/pwd.def"
40
    {NULL, NULL, NULL, NULL}
42
    {NULL, NULL, NULL, NULL}
41
};
43
};
42
 
44
 
43
#endif
45
#endif