From 17c5077da890e43969295dacde1c962ee523dc6c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Jun 2010 03:38:52 +0000 Subject: =?UTF-8?q?2010-06-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * include/rtems/tar.h, libcsupport/include/tar.h: Remove. * configure.ac: Require toolchain to provide tar.h. * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h: Use instead of . --- cpukit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 11df9c0c93..dfe7ebd2f7 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -72,7 +72,7 @@ endif include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \ include/rtems/fs.h include/rtems/pci.h \ - include/rtems/concat.h include/rtems/tar.h \ + include/rtems/concat.h \ include/rtems/status-checks.h include_rtems_HEADERS += include/rtems/endian.h -- cgit v1.2.3