forked from Imagelibrary/rtems
Added prototype of fdopen() since it is not strict ANSI and not
having a prototype caused warnings.
This commit is contained in:
@@ -899,6 +899,11 @@ rtems_ftpd_session(rtems_task_argument arg)
|
|||||||
* Change History: *
|
* Change History: *
|
||||||
* 12/01/97 - Creation (JWJ) *
|
* 12/01/97 - Creation (JWJ) *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
|
/* this is not prototyped in strict ansi mode */
|
||||||
|
|
||||||
|
FILE *fdopen (int fildes, const char *mode);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
rtems_ftpd_daemon()
|
rtems_ftpd_daemon()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user