Changeset 5432fc4 in rtems


Ignore:
Timestamp:
08/31/02 14:44:15 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0c7ef52
Parents:
84206479
Message:

2002-08-31 Joel Sherrill <joel@…>

  • rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/libnetworking/ChangeLog

    r84206479 r5432fc4  
     12002-08-31      Joel Sherrill <joel@OARcorp.com>
     2
     3        * rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
     4
    152002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libnetworking/rtems_webserver/webmain.c

    r84206479 r5432fc4  
    4242
    4343extern const char *tftpServer;
    44 static char_t           *rootWeb = T("goahead");                        /* Root web directory */
     44/* static char_t                *rootWeb = T("goahead");                        * Root web directory */
    4545static char_t           *password = T("");                              /* Security password */
    4646static int                      port = 80;                                              /* Server port */
  • cpukit/httpd/webmain.c

    r84206479 r5432fc4  
    4242
    4343extern const char *tftpServer;
    44 static char_t           *rootWeb = T("goahead");                        /* Root web directory */
     44/* static char_t                *rootWeb = T("goahead");                        * Root web directory */
    4545static char_t           *password = T("");                              /* Security password */
    4646static int                      port = 80;                                              /* Server port */
Note: See TracChangeset for help on using the changeset viewer.