Ignore:
File:
1 edited

Legend:

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

    r36ab7c7 r17d214e  
    5050#include "mkfile/entry.h"
    5151#include "rm/entry.h"
    52 #include "bdd/entry.h"
    5352#include "cat/entry.h"
    5453#include "touch/entry.h"
     
    6160#include "unmount/entry.h"
    6261#include "kcon/entry.h"
     62#include "printf/entry.h"
     63#include "echo/entry.h"
     64#include "cmp/entry.h"
    6365
    6466/* Each .def function fills the module_t struct with the individual name, entry
     
    7173#include "mkfile/mkfile_def.h"
    7274#include "rm/rm_def.h"
    73 #include "bdd/bdd_def.h"
    7475#include "cat/cat_def.h"
    7576#include "touch/touch_def.h"
     
    8283#include "unmount/unmount_def.h"
    8384#include "kcon/kcon_def.h"
     85#include "printf/printf_def.h"
     86#include "echo/echo_def.h"
     87#include "cmp/cmp_def.h"
    8488
    8589        {NULL, NULL, NULL, NULL}
Note: See TracChangeset for help on using the changeset viewer.