Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 539 → Rev 540

/shark/trunk/drivers/linuxc26/linuxcomp.c
354,6 → 354,12
 
}
 
loff_t no_llseek(struct file *file, loff_t offset, int origin) {
 
return 0;
 
}
 
void *vmalloc(unsigned long size) {
 
return malloc(size);