Changes in uspace/app/bdsh/cmds/modules/sleep/sleep.c [b49d872:081d60f] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/sleep/sleep.c
rb49d872 r081d60f 67 67 uint64_t whole_seconds; 68 68 uint64_t frac_seconds; 69 c onst char *endptr;69 char *endptr; 70 70 71 71 /* Check for whole seconds */ … … 114 114 int ret; 115 115 unsigned int argc; 116 useconds_t duration = 0;116 useconds_t duration; 117 117 118 118 /* Count the arguments */
Note:
See TracChangeset
for help on using the changeset viewer.
