Changes in uspace/app/df/df.c [9af1c61:120d5bc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/df/df.c
r9af1c61 r120d5bc 40 40 #include <stdlib.h> 41 41 #include <stdint.h> 42 #include <str_error.h>43 42 #include <getopt.h> 44 43 #include <errno.h> … … 119 118 return 1; 120 119 } else { 121 fprintf(stderr, "Cannot get information for '%s' (% s).\n",122 mtab_ent->mp, str_error(errno));120 fprintf(stderr, "Cannot get information for '%s' (%d).\n", 121 mtab_ent->mp, errno); 123 122 } 124 123 }
Note:
See TracChangeset
for help on using the changeset viewer.