Changeset bd4cda0 in network-demos
- Timestamp:
- 07/12/99 15:49:45 (24 years ago)
- Branches:
- 4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
- Children:
- bca36a0
- Parents:
- 45c129b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tftpTest/init.c
r45c129b rbd4cda0 43 43 #include <stdio.h> 44 44 #include <rtems/rtems_bsdnet.h> 45 #include <netinet/in.h> 46 #include <arpa/inet.h> 45 47 #include "../networkconfig.h" 46 48 … … 57 59 58 60 #if (defined (RTEMS_USE_BOOTP)) 59 hostname = NULL;61 hostname = inet_ntoa (rtems_bsdnet_bootp_server_address); 60 62 filename = rtems_bsdnet_bootp_boot_file_name; 61 63 #else
Note: See TracChangeset
for help on using the changeset viewer.