Changeset 19f857a in mainline for uspace/app/bdsh/cmds/modules
- Timestamp:
- 2010-03-21T09:39:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8023571
- Parents:
- e2b73d4f
- Location:
- uspace/app/bdsh/cmds/modules
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/bdd/bdd.c
re2b73d4f r19f857a 29 29 #include <stdio.h> 30 30 #include <stdlib.h> 31 #include <str ing.h>31 #include <str.h> 32 32 #include "config.h" 33 33 #include "util.h" -
uspace/app/bdsh/cmds/modules/cat/cat.c
re2b73d4f r19f857a 33 33 #include <unistd.h> 34 34 #include <getopt.h> 35 #include <str ing.h>35 #include <str.h> 36 36 #include <fcntl.h> 37 37 -
uspace/app/bdsh/cmds/modules/cp/cp.c
re2b73d4f r19f857a 33 33 #include <unistd.h> 34 34 #include <getopt.h> 35 #include <str ing.h>35 #include <str.h> 36 36 #include <fcntl.h> 37 37 #include "config.h" -
uspace/app/bdsh/cmds/modules/help/help.c
re2b73d4f r19f857a 31 31 #include <stdio.h> 32 32 #include <stdlib.h> 33 #include <str ing.h>33 #include <str.h> 34 34 35 35 #include "config.h" -
uspace/app/bdsh/cmds/modules/ls/ls.c
re2b73d4f r19f857a 40 40 #include <sys/types.h> 41 41 #include <sys/stat.h> 42 #include <str ing.h>42 #include <str.h> 43 43 44 44 #include "errors.h" -
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
re2b73d4f r19f857a 38 38 #include <getopt.h> 39 39 #include <stdarg.h> 40 #include <str ing.h>40 #include <str.h> 41 41 42 42 #include "config.h" -
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
re2b73d4f r19f857a 38 38 #include <getopt.h> 39 39 #include <stdarg.h> 40 #include <str ing.h>40 #include <str.h> 41 41 #include <ctype.h> 42 42 -
uspace/app/bdsh/cmds/modules/rm/rm.c
re2b73d4f r19f857a 36 36 #include <getopt.h> 37 37 #include <mem.h> 38 #include <str ing.h>38 #include <str.h> 39 39 40 40 #include "config.h" -
uspace/app/bdsh/cmds/modules/touch/touch.c
re2b73d4f r19f857a 38 38 #include <dirent.h> 39 39 #include <sys/types.h> 40 #include <str ing.h>40 #include <str.h> 41 41 42 42 #include "config.h"
Note:
See TracChangeset
for help on using the changeset viewer.