- remove compiler warnings
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@402 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
4992537990
commit
2f595f03c6
2 changed files with 1 additions and 2 deletions
|
@ -211,10 +211,10 @@ out:
|
|||
|
||||
int initrd_init(void)
|
||||
{
|
||||
uint32_t i, j, k, l;
|
||||
dir_block_t* dir_block;
|
||||
vfs_node_t* tmp;
|
||||
#ifdef CONFIG_MULTIBOOT
|
||||
uint32_t i, j, k, l;
|
||||
uint32_t mods_count = 0;
|
||||
multiboot_module_t* mmodule = NULL;
|
||||
|
||||
|
|
|
@ -31,6 +31,5 @@ _DEFUN (lseek, (file, ptr, dir),
|
|||
int ptr _AND
|
||||
int dir)
|
||||
{
|
||||
write(0, "lseek\n", 6);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue