Ticket #3617: interface.patch

File interface.patch, 288 bytes (added by Lena, 8 years ago)

Eugene Grosbein's patch

  • interface.

    old new  
    200200    { 
    201201        va_list ap; 
    202202        va_start (ap, flags); 
    203         mode = va_arg (ap, mode_t); 
     203        mode = va_arg (ap, int); 
    204204        va_end (ap); 
    205205    } 
    206206