Changeset cf5b3fa in network-demos
- Timestamp:
- 06/21/07 18:00:27 (16 years ago)
- Branches:
- 4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, network-demos-4-10-branch, network-demos-4-8-branch, network-demos-4-9-branch
- Children:
- cd62df5
- Parents:
- faa85e6
- Location:
- http
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
http/ChangeLog
rfaa85e6 rcf5b3fa 1 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS 4 head. 5 1 6 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> 2 7 -
http/Makefile
rfaa85e6 rcf5b3fa 41 41 42 42 LD_PATHS += 43 LD_LIBS += 43 LD_LIBS += -lhttpd 44 LD_LIBS += -lftpd 44 45 NATIVE_OBJ = $(shell $(OBJCOPY) 2>&1 | grep copy: | cut -d':' -f3 | cut -d' ' -f2) 45 46 -
http/init.c
rfaa85e6 rcf5b3fa 39 39 #include <stdio.h> 40 40 #include <rtems/rtems_bsdnet.h> 41 #include <ftpd.h> 41 #include <rtems/ftpd.h> 42 #include <rtems/untar.h> 42 43 43 44 -
http/system.h
rfaa85e6 rcf5b3fa 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html.13 *14 12 * $Id$ 15 13 */ 16 14 17 #include < tmacros.h>15 #include <rtems.h> 18 16 19 17 /* functions */ … … 27 25 #include <rtems/confdefs.h> 28 26 29 /* global variables */30 31 TEST_EXTERN rtems_id Global_variable; /* example global variable */32 33 27 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.