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>.
This commit is contained in:
Ralf Corsepius
2005-02-03 05:49:30 +00:00
parent 47877395a9
commit b90307a092
4 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
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

View File

@@ -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

View File

@@ -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 *));

View File

@@ -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 */