Changeset 68a368fc in rtems
- Timestamp:
- 08/09/02 12:45:10 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1e1222ce
- Parents:
- 025e3128
- Location:
- cpukit/libnetworking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
r025e3128 r68a368fc 1 2002-08-09 Joel Sherrill <joel@OARcorp.com> 2 3 * libc/getservent.c: Per PR265, add #include <netinet/in.h> for 4 ntohl() function. 5 1 6 2002-08-07 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/libnetworking/libc/getservent.c
r025e3128 r68a368fc 40 40 #include <sys/types.h> 41 41 #include <sys/socket.h> 42 #include <netinet/in.h> 42 43 #include <netdb.h> 43 44 #include <stdio.h>
Note: See TracChangeset
for help on using the changeset viewer.