From 8916bdc71bfcc3bb0a7c84808e8d2391bd7d44b0 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Thu, 26 Mar 2009 14:11:53 +0000 Subject: * libmisc/shell/shell.h: Pointer to oparations table for mount command is now const. * libnetworking/lib/ftpfs.c, libnetworking/rtems/ftpfs.h: Rewrite of the FTP file system which implements now the trivial command state machines of RFC 959. For the data transfer passive (= default) and active (= fallback) modes are now supported. * libmisc/shell/main_mount_ftp.c: Update for FTP file system changes. --- cpukit/libmisc/shell/main_mount_ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/shell/main_mount_ftp.c') diff --git a/cpukit/libmisc/shell/main_mount_ftp.c b/cpukit/libmisc/shell/main_mount_ftp.c index a30e9bd18b..2712812fc0 100644 --- a/cpukit/libmisc/shell/main_mount_ftp.c +++ b/cpukit/libmisc/shell/main_mount_ftp.c @@ -32,6 +32,6 @@ rtems_shell_filesystems_t rtems_shell_Mount_FTP = { name: "ftp", driver_needed: 1, - fs_ops: &rtems_ftp_ops, + fs_ops: &rtems_ftpfs_ops, mounter: rtems_shell_libc_mounter }; -- cgit v1.2.3