Subversion Repositories Kolibri OS

Rev

Rev 5198 | Rev 6744 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5198 Rev 5215
Line 126... Line 126...
126
    {
126
    {
127
        getccwd(buf, 1024);
127
        getccwd(buf, 1024);
128
        buildpath(buf, filename);
128
        buildpath(buf, filename);
129
    }
129
    }
Line 130... Line -...
130
 
-
 
131
//  printf("%s %s\n", __FUNCTION__, buf);
-
 
132
 
130
 
Line 133... Line 131...
133
    err = get_fileinfo(buf, &info);
131
    err = get_fileinfo(buf, &info);
134
 
132
 
135
    if( flags & O_EXCL &&
133
    if( flags & O_EXCL &&
Line 187... Line 185...
187
    ioh->offset = offset;
185
    ioh->offset = offset;
188
    ioh->mode   = iomode;
186
    ioh->mode   = iomode;
189
    ioh->read   = read_file;
187
    ioh->read   = read_file;
190
    ioh->write  = write_file;
188
    ioh->write  = write_file;
Line 191... Line -...
191
 
-
 
192
//    printf("%s %s\n", __FUNCTION__, ioh->name);
-
 
193
 
189
 
194
    return hid;
190
    return hid;