Changes in uspace/app/bdsh/cmds/modules/ls/ls.c [1313ee9:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.c
r1313ee9 ra000878c 49 49 #include "cmds.h" 50 50 51 static c har *cmdname = "ls";51 static const char *cmdname = "ls"; 52 52 53 53 static void ls_scan_dir(const char *d, DIR *dirp)
Note:
See TracChangeset
for help on using the changeset viewer.