mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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: *
|
||||
* 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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user