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