From ce28b28312d37d90c11dac5216ddc22955e4111d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Nov 2000 21:03:37 +0000 Subject: 2000-11-01 Joel Sherrill * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as . --- c/src/tests/libtests/ChangeLog | 6 ++++++ c/src/tests/libtests/malloctest/task1.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog index 8d265f5083..1ffb959160 100644 --- a/c/src/tests/libtests/ChangeLog +++ b/c/src/tests/libtests/ChangeLog @@ -1,3 +1,9 @@ +2000-11-01 Joel Sherrill + + * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and + libcsupport.h moved from libc to lib/include/rtems and now must + be referenced as . + 2000-10-27 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. diff --git a/c/src/tests/libtests/malloctest/task1.c b/c/src/tests/libtests/malloctest/task1.c index 91b7e3e147..737a8dab59 100644 --- a/c/src/tests/libtests/malloctest/task1.c +++ b/c/src/tests/libtests/malloctest/task1.c @@ -14,7 +14,7 @@ */ #include "system.h" -#include /* for malloc_dump, malloc_walk */ +#include /* for malloc_dump, malloc_walk */ #include /* for memset */ #include -- cgit v1.2.3