summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-03 05:49:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-03 05:49:30 +0000
commitb90307a092d3073b2a7be05448a177a858137182 (patch)
tree7f636511a873ed2f249e162d7ce3336d3973c697 /cpukit
parent2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b90307a092d3073b2a7be05448a177a858137182.tar.bz2
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 755/rtems * libnetworking/libc/res_init.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/nfs/bootp_subr.c: Include <rtems/bsdnet/servers.h>.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/libnetworking/lib/rtems_bsdnet_ntp.c2
-rw-r--r--cpukit/libnetworking/libc/res_init.c1
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c1
4 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d213a8e373..fef8dfe675 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,12 @@
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 755/rtems
+ * libnetworking/libc/res_init.c, libnetworking/lib/rtems_bsdnet_ntp.c,
+ libnetworking/nfs/bootp_subr.c: Include <rtems/bsdnet/servers.h>.
+
+2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ PR 755/rtems
* libnetworking/rtems_glue.c:
Rename rtems_bsdnet_nameservers to _rtems_bsdnet_nameservers.
Rename rtems_bsdnet_ntpservers to _rtems_bsdnet_ntpservers.
diff --git a/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c b/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
index 38cb779f6a..a7edf62013 100644
--- a/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
+++ b/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
@@ -27,6 +27,8 @@
#include <sys/socket.h>
#include <netinet/in.h>
+#include <rtems/bsdnet/servers.h>
+
/*
* RTEMS base: 1988, January 1
* UNIX base: 1970, January 1
diff --git a/cpukit/libnetworking/libc/res_init.c b/cpukit/libnetworking/libc/res_init.c
index b762a8ec0c..932d9c3a59 100644
--- a/cpukit/libnetworking/libc/res_init.c
+++ b/cpukit/libnetworking/libc/res_init.c
@@ -94,6 +94,7 @@ static char rcsid[] = "$Id$";
* RTEMS -- set up name servers from global variable
*/
#include <rtems/rtems_bsdnet_internal.h>
+#include <rtems/bsdnet/servers.h>
static void res_setoptions __P((char *, char *));
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index ab09a2d7c1..de3a112b0e 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -74,6 +74,7 @@
#include <fcntl.h>
#include <rtems/mkrootfs.h>
#include <rtems/rtems_bsdnet.h>
+#include <rtems/bsdnet/servers.h>
#define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */