From 6d380c7aeaa6ec98abfb604cc4eaa699905ac1d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Sep 2004 16:39:44 +0000 Subject: 2004-09-17 Till Strauman PR 676/networking * libnetworking/nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS servers. --- cpukit/ChangeLog | 6 ++++++ cpukit/libnetworking/nfs/bootp_subr.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 59f883e97b..ef7fb90552 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2004-09-17 Till Strauman + + PR 676/networking + * libnetworking/nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead + of DNS servers. + 2004-08-18 Ralf Corsepius PR 673/make_build diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c index 7328a21f2c..ab09a2d7c1 100644 --- a/cpukit/libnetworking/nfs/bootp_subr.c +++ b/cpukit/libnetworking/nfs/bootp_subr.c @@ -1147,7 +1147,7 @@ bootpc_init(int update_files) for (i = 0; i < rtems_bsdnet_nameserver_count; i++) { strcpy(buf, "nameserver "); - strcat(buf, inet_ntoa(rtems_bsdnet_ntpserver[i])); + strcat(buf, inet_ntoa(rtems_bsdnet_nameserver[i])); strcat(buf, "\n"); if (rtems_rootfs_file_append ("/etc/resolv.conf", MKFILE_MODE, 1, bufl)) break; -- cgit v1.2.3