Changeset 6b20f44 in rtems
- Timestamp:
- 12/01/02 11:48:27 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a6ebf56
- Parents:
- c47c12b
- Location:
- c/src/lib/libbsp/i386/pc386/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/tools/ChangeLog
rc47c12b r6b20f44 1 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * bin2boot.c: #include POSIX compliant <string.h> instead of BSD 4 proprietary memory.h. 5 1 6 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
rc47c12b r6b20f44 7 7 #include <stdlib.h> 8 8 #include <unistd.h> 9 #include <memory.h> 10 9 #include <string.h> 11 10 12 11 static unsigned char buf[512];
Note: See TracChangeset
for help on using the changeset viewer.