Changeset 81bd5f4 in mainline
- Timestamp:
- 2013-08-07T20:49:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- caf5382
- Parents:
- 3432ddb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/df/df.c
r3432ddb r81bd5f4 59 59 static unsigned int human_readable; 60 60 61 static int size_to_human_readable(char buf[], uint64_t bytes) 61 static int size_to_human_readable(char buf[], uint64_t bytes); 62 62 static void print_header(void); 63 63 static void print_statfs(struct statfs *, char *, char *);
Note:
See TracChangeset
for help on using the changeset viewer.