View | Details | Raw Unified | Return to bug 208027 | Differences between
and this patch

Collapse All | Expand All

(-)lib/vfs/interface.c (-1 / +1 lines)
Lines 200-206 mc_open (const vfs_path_t * vpath, int f Link Here
200
    {
200
    {
201
        va_list ap;
201
        va_list ap;
202
        va_start (ap, flags);
202
        va_start (ap, flags);
203
        mode = va_arg (ap, mode_t);
203
        mode = va_arg (ap, int);
204
        va_end (ap);
204
        va_end (ap);
205
    }
205
    }
206
206

Return to bug 208027