Adjusted dummy return value to (new) cfs interface.

This commit is contained in:
oliverschmidt 2007-11-24 21:29:07 +00:00
parent 4059cd22ce
commit 45c836c289
1 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,7 @@
* *
* Author: Oliver Schmidt <ol.sc@web.de> * Author: Oliver Schmidt <ol.sc@web.de>
* *
* $Id: contiki-main.c,v 1.4 2007/11/24 13:00:27 oliverschmidt Exp $ * $Id: contiki-main.c,v 1.5 2007/11/24 21:29:07 oliverschmidt Exp $
*/ */
#include <stdio.h> #include <stdio.h>
@ -72,10 +72,9 @@ readdir(void)
return NULL; return NULL;
} }
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
int void
closedir(void) closedir(void)
{ {
return -1;
} }
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
void void