Ignore:
Timestamp:
2009-01-22T07:39:43Z (17 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc11b8a
Parents:
491af07
Message:

exit should be a builtin, since it will eventually need to know about running jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.h

    r491af07 r721d3a27  
    1919
    2020#include "help/entry.h"
    21 #include "quit/entry.h"
    2221#include "mkdir/entry.h"
    2322#include "rm/entry.h"
     
    3534module_t modules[] = {
    3635#include "help/help_def.h"
    37 #include "quit/quit_def.h"
    3836#include "mkdir/mkdir_def.h"
    3937#include "rm/rm_def.h"
Note: See TracChangeset for help on using the changeset viewer.