Changeset 5432fc4 in rtems
- Timestamp:
- 08/31/02 14:44:15 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0c7ef52
- Parents:
- 84206479
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libnetworking/ChangeLog
r84206479 r5432fc4 1 2002-08-31 Joel Sherrill <joel@OARcorp.com> 2 3 * rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning. 4 1 5 2002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/libnetworking/rtems_webserver/webmain.c
r84206479 r5432fc4 42 42 43 43 extern const char *tftpServer; 44 static char_t *rootWeb = T("goahead"); /* Root web directory */44 /* static char_t *rootWeb = T("goahead"); * Root web directory */ 45 45 static char_t *password = T(""); /* Security password */ 46 46 static int port = 80; /* Server port */ -
cpukit/httpd/webmain.c
r84206479 r5432fc4 42 42 43 43 extern const char *tftpServer; 44 static char_t *rootWeb = T("goahead"); /* Root web directory */44 /* static char_t *rootWeb = T("goahead"); * Root web directory */ 45 45 static char_t *password = T(""); /* Security password */ 46 46 static int port = 80; /* Server port */
Note: See TracChangeset
for help on using the changeset viewer.