9
0
Fork 0

svn_rev_370

fixups for last commit
This commit is contained in:
Sascha Hauer 2007-07-05 18:01:48 +02:00 committed by Sascha Hauer
parent 46743ea28f
commit 3b76ed1021
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void *sbrk (ptrdiff_t increment)
int errno;
void perror(char *s)
void perror(const char *s)
{
#ifdef CONFIG_ERRNO_MESSAGES
char *str;

View File

@ -28,6 +28,7 @@
#include <net.h>
#include <miiphy.h>
#include <malloc.h>
#include <errno.h>
static int enetaddr_set(struct device_d *dev, struct param_d *param, value_t val)
{