Changeset 90a428a in mainline


Ignore:
Timestamp:
2008-08-24T16:00:11Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
088ab05
Parents:
814c4f5
Message:

Remove 'mount'

Location:
uspace/app/bdsh
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/Makefile

    r814c4f5 r90a428a  
    6464        cmds/modules/touch/ \
    6565        cmds/modules/ls/ \
    66         cmds/modules/mount/ \
    6766        cmds/builtins/ \
    6867        cmds/builtins/pwd/ \
     
    7877        cmds/modules/touch/touch.c \
    7978        cmds/modules/ls/ls.c \
    80         cmds/modules/mount/mount.c \
    8179        cmds/builtins/pwd/pwd.c \
    8280        cmds/builtins/cd/cd.c \
  • uspace/app/bdsh/cmds/modules/modules.h

    r814c4f5 r90a428a  
    2525#include "touch/entry.h"
    2626#include "ls/entry.h"
    27 #include "mount/entry.h"
    2827
    2928/* Each .def function fills the module_t struct with the individual name, entry
     
    3938#include "touch/touch.def"
    4039#include "ls/ls.def"
    41 #include "mount/mount.def"
    4240        {NULL, NULL, NULL, NULL}
    4341};
Note: See TracChangeset for help on using the changeset viewer.