2000-11-27 Joel Sherrill <joel@OARcorp.com>

* libc/res_init.c: Fix typo - adding missing # on include.
This commit is contained in:
Joel Sherrill
2000-11-27 17:03:22 +00:00
parent a0488a4471
commit bcefea16ab
6 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* libc/res_init.c: Fix typo - adding missing # on include.
2000-11-25 Eric Norum <eric.norum@usask.ca>
* libc/res_init.c: Move include to avoid compiler dumping core.

View File

@@ -93,7 +93,7 @@ static char rcsid[] = "$Id$";
/*
* RTEMS -- set up name servers from global variable
*/
include <rtems/rtems_bsdnet_internal.h>
#include <rtems/rtems_bsdnet_internal.h>
static void res_setoptions __P((char *, char *));

View File

@@ -1,3 +1,7 @@
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* libc/res_init.c: Fix typo - adding missing # on include.
2000-11-25 Eric Norum <eric.norum@usask.ca>
* libc/res_init.c: Move include to avoid compiler dumping core.

View File

@@ -93,7 +93,7 @@ static char rcsid[] = "$Id$";
/*
* RTEMS -- set up name servers from global variable
*/
include <rtems/rtems_bsdnet_internal.h>
#include <rtems/rtems_bsdnet_internal.h>
static void res_setoptions __P((char *, char *));

View File

@@ -1,3 +1,7 @@
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* libc/res_init.c: Fix typo - adding missing # on include.
2000-11-25 Eric Norum <eric.norum@usask.ca>
* libc/res_init.c: Move include to avoid compiler dumping core.

View File

@@ -93,7 +93,7 @@ static char rcsid[] = "$Id$";
/*
* RTEMS -- set up name servers from global variable
*/
include <rtems/rtems_bsdnet_internal.h>
#include <rtems/rtems_bsdnet_internal.h>
static void res_setoptions __P((char *, char *));