2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>

* libchip/network/dec21140.c, libchip/network/elnk.c:
	#include <errno.h>.
This commit is contained in:
Ralf Corsepius
2004-04-22 04:44:29 +00:00
parent 105dcfcd3b
commit 593bc32c8c
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* libchip/network/dec21140.c, libchip/network/elnk.c:
#include <errno.h>.
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* libchip/network/if_media.h: Update from FreeBSD. * libchip/network/if_media.h: Update from FreeBSD.

View File

@@ -70,6 +70,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <errno.h>
#include <rtems/error.h> #include <rtems/error.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>

View File

@@ -96,6 +96,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <errno.h>
#include <rtems/error.h> #include <rtems/error.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>