forked from Imagelibrary/rtems
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:
@@ -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>
|
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 755/rtems
|
PR 755/rtems
|
||||||
|
|||||||
@@ -27,6 +27,8 @@
|
|||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
|
#include <rtems/bsdnet/servers.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RTEMS base: 1988, January 1
|
* RTEMS base: 1988, January 1
|
||||||
* UNIX base: 1970, January 1
|
* UNIX base: 1970, January 1
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ static char rcsid[] = "$Id$";
|
|||||||
* RTEMS -- set up name servers from global variable
|
* RTEMS -- set up name servers from global variable
|
||||||
*/
|
*/
|
||||||
#include <rtems/rtems_bsdnet_internal.h>
|
#include <rtems/rtems_bsdnet_internal.h>
|
||||||
|
#include <rtems/bsdnet/servers.h>
|
||||||
|
|
||||||
static void res_setoptions __P((char *, char *));
|
static void res_setoptions __P((char *, char *));
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <rtems/mkrootfs.h>
|
#include <rtems/mkrootfs.h>
|
||||||
#include <rtems/rtems_bsdnet.h>
|
#include <rtems/rtems_bsdnet.h>
|
||||||
|
#include <rtems/bsdnet/servers.h>
|
||||||
|
|
||||||
#define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */
|
#define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user