From d6f4bba5e5519264c643db862340db4f4a316f60 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 13:44:55 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c: Remove (unused). * libfs/Makefile.am: Remove libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index fc0358047a..7674bb7238 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2009-10-14 Ralf Corsépius + + * libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c: + Remove (unused). + * libfs/Makefile.am: Remove libfs/src/imfs/imfs_unixstub.c, + libfs/src/devfs/devfs_unixstub.c. + 2009-10-14 Ralf Corsépius * libcsupport/src/unixlibc.c, libcsupport/src/unixlibc_io.c,