mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-28 03:12:47 +08:00
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/rtems_servers/ftpd.h: Warning fixes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libnetworking/rtems_servers/ftpd.h: Warning fixes.
|
||||||
|
|
||||||
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 755/rtems
|
PR 755/rtems
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ enum
|
|||||||
FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ
|
FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int (*rtems_ftpd_hookfunction)(unsigned char *, unsigned long);
|
typedef int (*rtems_ftpd_hookfunction)(char *, size_t);
|
||||||
|
|
||||||
struct rtems_ftpd_hook
|
struct rtems_ftpd_hook
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ enum
|
|||||||
FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ
|
FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int (*rtems_ftpd_hookfunction)(unsigned char *, unsigned long);
|
typedef int (*rtems_ftpd_hookfunction)(char *, size_t);
|
||||||
|
|
||||||
struct rtems_ftpd_hook
|
struct rtems_ftpd_hook
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user