- Timestamp:
- Jun 21, 2007, 3:12:53 PM (12 years ago)
- Branches:
- 4.11, master, network-demos-4-10-branch, network-demos-4-8-branch, network-demos-4-9-branch
- Children:
- faa85e6
- Parents:
- 5c663c0
- Location:
- http
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
http/ChangeLog
r5c663c0 r631f794 1 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * init.c, system.h: confdefs.h should be rtems/confdefs.h 4 1 5 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
http/init.c
r5c663c0 r631f794 36 36 #include <time.h> 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 #include <stdio.h> 40 40 #include <rtems/rtems_bsdnet.h> -
http/system.h
r5c663c0 r631f794 25 25 /* configuration information */ 26 26 27 #include < confdefs.h>27 #include <rtems/confdefs.h> 28 28 29 29 /* global variables */
Note: See TracChangeset
for help on using the changeset viewer.