Changeset b92e6124 in rtems
- Timestamp:
- 09/17/04 16:38:05 (18 years ago)
- Children:
- 8ad28737
- Parents:
- 506ac56
- Location:
- cpukit/libnetworking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
r506ac56 rb92e6124 1 2004-09-17 Till Strauman <strauman@slac.stanford.edu> 2 3 PR 676/networking 4 * nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS 5 servers. 6 1 7 2004-05-21 Till Strauman <strauman@slac.stanford.edu> 2 8 -
cpukit/libnetworking/nfs/bootp_subr.c
r506ac56 rb92e6124 1148 1148 for (i = 0; i < rtems_bsdnet_nameserver_count; i++) { 1149 1149 strcpy(buf, "nameserver "); 1150 strcat(buf, inet_ntoa(rtems_bsdnet_n tpserver[i]));1150 strcat(buf, inet_ntoa(rtems_bsdnet_nameserver[i])); 1151 1151 strcat(buf, "\n"); 1152 1152 if (rtems_rootfs_file_append ("/etc/resolv.conf", MKFILE_MODE, 1, bufl))
Note: See TracChangeset
for help on using the changeset viewer.