mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 02:18:26 +08:00
2002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_servers/ftpd.c: Remove unused variable buf. * pppd/md5.c: #include <string.h> to make gcc31 happy. * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy. * rtems_webserver/webmain.c: Remove unused variable dir, cp.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* rtems_servers/ftpd.c: Remove unused variable buf.
|
||||
* pppd/md5.c: #include <string.h> to make gcc31 happy.
|
||||
* rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy.
|
||||
* rtems_webserver/webmain.c: Remove unused variable dir, cp.
|
||||
|
||||
2002-08-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pppd/utils.c: Include i960 in varargs conditional to avoid error.
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
***********************************************************************
|
||||
*/
|
||||
|
||||
#include <string.h> /* memcpy */
|
||||
|
||||
#include "md5.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -1838,7 +1838,6 @@ session(rtems_task_argument arg)
|
||||
while(1)
|
||||
{
|
||||
rtems_event_set set;
|
||||
char buf[128];
|
||||
|
||||
rtems_event_receive(FTPD_RTEMS_EVENT, RTEMS_EVENT_ANY, RTEMS_NO_TIMEOUT,
|
||||
&set);
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> /* memset */
|
||||
#include <stdio.h>
|
||||
/***********************************************************/
|
||||
rtems_id telnetd_task_id =0;
|
||||
|
||||
@@ -176,8 +176,7 @@ static int initWebs()
|
||||
{
|
||||
struct hostent* hp;
|
||||
struct in_addr intaddr;
|
||||
char host[128], dir[128], webdir[128];
|
||||
char *cp;
|
||||
char host[128], webdir[128];
|
||||
char_t wbuf[128];
|
||||
|
||||
/*
|
||||
|
||||
@@ -1838,7 +1838,6 @@ session(rtems_task_argument arg)
|
||||
while(1)
|
||||
{
|
||||
rtems_event_set set;
|
||||
char buf[128];
|
||||
|
||||
rtems_event_receive(FTPD_RTEMS_EVENT, RTEMS_EVENT_ANY, RTEMS_NO_TIMEOUT,
|
||||
&set);
|
||||
|
||||
@@ -176,8 +176,7 @@ static int initWebs()
|
||||
{
|
||||
struct hostent* hp;
|
||||
struct in_addr intaddr;
|
||||
char host[128], dir[128], webdir[128];
|
||||
char *cp;
|
||||
char host[128], webdir[128];
|
||||
char_t wbuf[128];
|
||||
|
||||
/*
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
***********************************************************************
|
||||
*/
|
||||
|
||||
#include <string.h> /* memcpy */
|
||||
|
||||
#include "md5.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> /* memset */
|
||||
#include <stdio.h>
|
||||
/***********************************************************/
|
||||
rtems_id telnetd_task_id =0;
|
||||
|
||||
Reference in New Issue
Block a user