Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/mount/mount.c

    rb14d9f9 r1d6dd2a  
    3737#include <getopt.h>
    3838#include <inttypes.h>
     39#include <str.h>
    3940#include "config.h"
    4041#include "util.h"
     
    7879        mtab_ent_t *old_ent = NULL;
    7980        char *svc_name;
    80         int rc;
     81        errno_t rc;
    8182
    8283        vfs_get_mtab_list(&mtab_list);
     
    109110static void print_fstypes(void)
    110111{
    111         int rc;
     112        errno_t rc;
    112113        vfs_fstypes_t fstypes;
    113114        char **p;
     
    132133        const char *mopts = "";
    133134        const char *dev = "";
    134         int rc, c, opt_ind;
     135        errno_t rc;
     136        int c, opt_ind;
    135137        unsigned int instance = 0;
    136138        bool instance_set = false;
Note: See TracChangeset for help on using the changeset viewer.