Added prototype of fdopen() since it is not strict ANSI and not

having a prototype caused warnings.
This commit is contained in:
Joel Sherrill
2000-05-28 17:46:40 +00:00
parent 9c948846fa
commit f8d3664510

View File

@@ -899,6 +899,11 @@ rtems_ftpd_session(rtems_task_argument arg)
* Change History: *
* 12/01/97 - Creation (JWJ) *
*************************************************************************/
/* this is not prototyped in strict ansi mode */
FILE *fdopen (int fildes, const char *mode);
static void
rtems_ftpd_daemon()
{