Changes in uspace/app/bdsh/cmds/builtins/cd/cd.c [19f857a:809813d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/cd/cd.c
r19f857a r809813d 32 32 #include <stdlib.h> 33 33 #include <unistd.h> 34 #include <str .h>34 #include <string.h> 35 35 #include <errno.h> 36 36 … … 41 41 #include "cd.h" 42 42 43 static c onst char *cmdname = "cd";43 static char * cmdname = "cd"; 44 44 45 45 void help_cmd_cd(unsigned int level)
Note:
See TracChangeset
for help on using the changeset viewer.