Changeset 29e1c006 in rtems
- Timestamp:
- 01/04/02 18:17:41 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8e72501
- Parents:
- 03e9564
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/printk.c
r03e9564 r29e1c006 25 25 #include <stdarg.h> 26 26 #include <stdio.h> 27 #include < bspIo.h>27 #include <rtems/bspIo.h> 28 28 /* #include <libcpu/cpu.h> */ 29 29 -
c/src/lib/ChangeLog
r03e9564 r29e1c006 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libc/printk.c: Include rtems/bspIo.h instead of bspIo.h. 4 * include/Makefile.am: Remove bspIo.h. 5 * include/bspIo.h: Removed. 6 1 7 2001-11-30 Jennifer Averett <jennifer@OARcorp.com> 2 8 -
c/src/lib/include/Makefile.am
r03e9564 r29e1c006 5 5 AUTOMAKE_OPTIONS = foreign 1.5 6 6 7 include_HEADERS = bspIo.hchain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \7 include_HEADERS = chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \ 8 8 spurious.h timerdrv.h vmeintr.h 9 9 -
c/src/lib/libc/printk.c
r03e9564 r29e1c006 25 25 #include <stdarg.h> 26 26 #include <stdio.h> 27 #include < bspIo.h>27 #include <rtems/bspIo.h> 28 28 /* #include <libcpu/cpu.h> */ 29 29 -
cpukit/libcsupport/src/printk.c
r03e9564 r29e1c006 25 25 #include <stdarg.h> 26 26 #include <stdio.h> 27 #include < bspIo.h>27 #include <rtems/bspIo.h> 28 28 /* #include <libcpu/cpu.h> */ 29 29
Note: See TracChangeset
for help on using the changeset viewer.