Changes in uspace/app/bdsh/cmds/modules/touch/touch.c [19f857a:095003a8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/touch/touch.c
r19f857a r095003a8 38 38 #include <dirent.h> 39 39 #include <sys/types.h> 40 #include <str .h>40 #include <string.h> 41 41 42 42 #include "config.h" … … 47 47 #include "cmds.h" 48 48 49 static c onst char *cmdname = "touch";49 static char *cmdname = "touch"; 50 50 51 51 /* Dispays help for touch in various levels */
Note:
See TracChangeset
for help on using the changeset viewer.