Changeset bcf8ee2 in rtems


Ignore:
Timestamp:
02/05/09 05:45:55 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
2843700
Parents:
5d1285b
Message:

2009-02-05 Sebastian Huber <sebastian.huber@…>

  • libnetworking/lib/ftpfs.c: Enable write and mount filesystem with read-write access.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r5d1285b rbcf8ee2  
     12009-02-05      Sebastian Huber <sebastian.huber@embedded-brains.de>
     2
     3        * libnetworking/lib/ftpfs.c: Enable write and mount filesystem
     4        with read-write access.
     5
    162009-02-05      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • cpukit/libnetworking/lib/ftpfs.c

    r5d1285b rbcf8ee2  
    211211     &entry,
    212212     &rtems_ftp_ops,
    213      RTEMS_FILESYSTEM_READ_ONLY,
     213     RTEMS_FILESYSTEM_READ_WRITE,
    214214     NULL,
    215215     FTP_PATHNAME_PREFIX
     
    10201020)
    10211021{
    1022   int eno = EIO;
     1022  int eno = 0;
    10231023  struct ftpStream *fsp;
    10241024  size_t want_cnt;
Note: See TracChangeset for help on using the changeset viewer.