Subversion Repositories HelenOS

Rev

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

Rev 4341 Rev 4347
Line 24... Line 24...
24
#include "touch/entry.h"
24
#include "touch/entry.h"
25
#include "ls/entry.h"
25
#include "ls/entry.h"
26
#include "pwd/entry.h"
26
#include "pwd/entry.h"
27
#include "sleep/entry.h"
27
#include "sleep/entry.h"
28
#include "cp/entry.h"
28
#include "cp/entry.h"
-
 
29
#include "kcon/entry.h"
29
 
30
 
30
/* Each .def function fills the module_t struct with the individual name, entry
31
/* Each .def function fills the module_t struct with the individual name, entry
31
 * point, help entry point, etc. You can use config.h to control what modules
32
 * point, help entry point, etc. You can use config.h to control what modules
32
 * are loaded based on what libraries exist on the system. */
33
 * are loaded based on what libraries exist on the system. */
33
 
34
 
Line 39... Line 40...
39
#include "touch/touch_def.h"
40
#include "touch/touch_def.h"
40
#include "ls/ls_def.h"
41
#include "ls/ls_def.h"
41
#include "pwd/pwd_def.h"
42
#include "pwd/pwd_def.h"
42
#include "sleep/sleep_def.h"
43
#include "sleep/sleep_def.h"
43
#include "cp/cp_def.h"
44
#include "cp/cp_def.h"
-
 
45
#include "kcon/kcon_def.h"
44
    {NULL, NULL, NULL, NULL}
46
    {NULL, NULL, NULL, NULL}
45
};
47
};
46
 
48
 
47
#endif
49
#endif