Changeset 651c8db in mainline
- Timestamp:
- 2013-09-15T21:51:19Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ed8b72
- Parents:
- 737227c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/df/df.c
r737227c7 r651c8db 177 177 178 178 /* Percentage of used blocks */ 179 printf(" %4llu%%", 180 PERCENTAGE(st->f_blocks - st->f_bfree, st->f_blocks)); 179 printf(" %4u%%", perc_used); 181 180 182 181 /* Mount point */
Note:
See TracChangeset
for help on using the changeset viewer.