Changeset a14e350a in rtems
- Timestamp:
- 05/21/04 14:23:15 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 26e064ec
- Parents:
- 92166f37
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r92166f37 ra14e350a 1 2004-05-21 Joel Sherrill <joel@OARcorp.com> 2 3 * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of 4 recent updates to BSD header files. 5 1 6 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
r92166f37 ra14e350a 35 35 #include <stdio.h> 36 36 #include <assert.h> 37 #include <errno.h> 37 38 38 39 #include <rtems/error.h> -
c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
r92166f37 ra14e350a 18 18 #include <stdarg.h> 19 19 #include <string.h> /* memcpy, memset */ 20 #include <errno.h> 20 21 #include <rtems/error.h> 21 22 #include <rtems/rtems_bsdnet.h>
Note: See TracChangeset
for help on using the changeset viewer.