Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5214 → Rev 5215

/contrib/sdk/sources/newlib/libc/sys/open.c
128,8 → 128,6
buildpath(buf, filename);
}
 
// printf("%s %s\n", __FUNCTION__, buf);
 
err = get_fileinfo(buf, &info);
 
if( flags & O_EXCL &&
189,8 → 187,6
ioh->read = read_file;
ioh->write = write_file;
 
// printf("%s %s\n", __FUNCTION__, ioh->name);
 
return hid;
};