Changes in uspace/app/bdsh/cmds/modules/mount/mount.c [b14d9f9:1d6dd2a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mount/mount.c
rb14d9f9 r1d6dd2a 37 37 #include <getopt.h> 38 38 #include <inttypes.h> 39 #include <str.h> 39 40 #include "config.h" 40 41 #include "util.h" … … 78 79 mtab_ent_t *old_ent = NULL; 79 80 char *svc_name; 80 int rc;81 errno_t rc; 81 82 82 83 vfs_get_mtab_list(&mtab_list); … … 109 110 static void print_fstypes(void) 110 111 { 111 int rc;112 errno_t rc; 112 113 vfs_fstypes_t fstypes; 113 114 char **p; … … 132 133 const char *mopts = ""; 133 134 const char *dev = ""; 134 int rc, c, opt_ind; 135 errno_t rc; 136 int c, opt_ind; 135 137 unsigned int instance = 0; 136 138 bool instance_set = false;
Note:
See TracChangeset
for help on using the changeset viewer.