Ignore:
File:
1 edited

Legend:

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

    r1d6dd2a rb14d9f9  
    3737#include <getopt.h>
    3838#include <inttypes.h>
    39 #include <str.h>
    4039#include "config.h"
    4140#include "util.h"
     
    7978        mtab_ent_t *old_ent = NULL;
    8079        char *svc_name;
    81         errno_t rc;
     80        int rc;
    8281
    8382        vfs_get_mtab_list(&mtab_list);
     
    110109static void print_fstypes(void)
    111110{
    112         errno_t rc;
     111        int rc;
    113112        vfs_fstypes_t fstypes;
    114113        char **p;
     
    133132        const char *mopts = "";
    134133        const char *dev = "";
    135         errno_t rc;
    136         int c, opt_ind;
     134        int rc, c, opt_ind;
    137135        unsigned int instance = 0;
    138136        bool instance_set = false;
Note: See TracChangeset for help on using the changeset viewer.