From de39b5127d773a9babc9fee51125c4a465ced86e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 15 Jul 2010 08:46:06 +0000 Subject: 2010-07-16 Sebastian Huber * libcsupport/include/rtems/libio_.h: Removed rtems_filesystem_null_handlers. * libcsupport/src/fs_null_handlers.c: Removed file. * libcsupport/Makefile.am: Reflect change above. * libfs/src/nfsclient/src/nfs.c, libfs/src/imfs/imfs_creat.c, libfs/src/imfs/imfs_init.c, libfs/src/imfs/miniimfs_init.c: Use rtems_filesystem_handlers_default instead of rtems_filesystem_null_handlers. * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: Initialize handler and operations table with proper defaults. --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7ffbc1ec2a..6903abde32 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,15 @@ +2010-07-16 Sebastian Huber + + * libcsupport/include/rtems/libio_.h: Removed rtems_filesystem_null_handlers. + * libcsupport/src/fs_null_handlers.c: Removed file. + * libcsupport/Makefile.am: Reflect change above. + * libfs/src/nfsclient/src/nfs.c, libfs/src/imfs/imfs_creat.c, + libfs/src/imfs/imfs_init.c, libfs/src/imfs/miniimfs_init.c: Use + rtems_filesystem_handlers_default instead of + rtems_filesystem_null_handlers. + * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: + Initialize handler and operations table with proper defaults. + 2010-07-16 Sebastian Huber * libcsupport/include/rtems/libio.h: Removed file_info and handlers -- cgit v1.2.3