Changeset 29fd4e38 in rtems
- Timestamp:
- 04/08/02 18:29:16 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- df2b589
- Parents:
- 228587bb
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/printk.c
r228587bb r29fd4e38 26 26 #include <stdio.h> 27 27 #include <rtems/bspIo.h> 28 /* #include <libcpu/cpu.h> */29 28 30 29 /*-------------------------------------------------------------------------+ -
c/src/exec/libcsupport/src/stat.c
r228587bb r29fd4e38 40 40 #include <fcntl.h> 41 41 #include <errno.h> 42 #include <string.h> 42 43 43 44 #include <rtems/libio_.h> -
c/src/lib/ChangeLog
r228587bb r29fd4e38 1 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libc/stat.c: include <string.h>. 4 * libc/printk.c: Remove libcpu/cpu.h. 5 1 6 2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libc/printk.c
r228587bb r29fd4e38 26 26 #include <stdio.h> 27 27 #include <rtems/bspIo.h> 28 /* #include <libcpu/cpu.h> */29 28 30 29 /*-------------------------------------------------------------------------+ -
c/src/lib/libc/stat.c
r228587bb r29fd4e38 40 40 #include <fcntl.h> 41 41 #include <errno.h> 42 #include <string.h> 42 43 43 44 #include <rtems/libio_.h> -
cpukit/libcsupport/src/printk.c
r228587bb r29fd4e38 26 26 #include <stdio.h> 27 27 #include <rtems/bspIo.h> 28 /* #include <libcpu/cpu.h> */29 28 30 29 /*-------------------------------------------------------------------------+ -
cpukit/libcsupport/src/stat.c
r228587bb r29fd4e38 40 40 #include <fcntl.h> 41 41 #include <errno.h> 42 #include <string.h> 42 43 43 44 #include <rtems/libio_.h>
Note: See TracChangeset
for help on using the changeset viewer.