Changeset f0864664 in rtems


Ignore:
Timestamp:
11/25/00 19:45:56 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
511374e4
Parents:
a6abd67
Message:

2000-11-25 Eric Norum <eric.norum@…>

  • libc/res_init.c: Move include to avoid compiler dumping core.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/ChangeLog

    ra6abd67 rf0864664  
     12000-11-25      Eric Norum <eric.norum@usask.ca>
     2
     3        * libc/res_init.c: Move include to avoid compiler dumping core.
     4
    152000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
    26
  • c/src/exec/libnetworking/libc/res_init.c

    ra6abd67 rf0864664  
    9090
    9191#include "res_config.h"
     92
     93/*
     94 * RTEMS -- set up name servers from global variable
     95 */
     96include <rtems/rtems_bsdnet_internal.h>
    9297
    9398static void res_setoptions __P((char *, char *));
     
    201206         */
    202207        {
    203 #include <rtems/rtems_bsdnet_internal.h>
    204208        int n = 0;
    205209        while ((n < rtems_bsdnet_nameserver_count) && (nserv < MAXNS)) {
  • c/src/libnetworking/ChangeLog

    ra6abd67 rf0864664  
     12000-11-25      Eric Norum <eric.norum@usask.ca>
     2
     3        * libc/res_init.c: Move include to avoid compiler dumping core.
     4
    152000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
    26
  • c/src/libnetworking/libc/res_init.c

    ra6abd67 rf0864664  
    9090
    9191#include "res_config.h"
     92
     93/*
     94 * RTEMS -- set up name servers from global variable
     95 */
     96include <rtems/rtems_bsdnet_internal.h>
    9297
    9398static void res_setoptions __P((char *, char *));
     
    201206         */
    202207        {
    203 #include <rtems/rtems_bsdnet_internal.h>
    204208        int n = 0;
    205209        while ((n < rtems_bsdnet_nameserver_count) && (nserv < MAXNS)) {
  • cpukit/libnetworking/ChangeLog

    ra6abd67 rf0864664  
     12000-11-25      Eric Norum <eric.norum@usask.ca>
     2
     3        * libc/res_init.c: Move include to avoid compiler dumping core.
     4
    152000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
    26
  • cpukit/libnetworking/libc/res_init.c

    ra6abd67 rf0864664  
    9090
    9191#include "res_config.h"
     92
     93/*
     94 * RTEMS -- set up name servers from global variable
     95 */
     96include <rtems/rtems_bsdnet_internal.h>
    9297
    9398static void res_setoptions __P((char *, char *));
     
    201206         */
    202207        {
    203 #include <rtems/rtems_bsdnet_internal.h>
    204208        int n = 0;
    205209        while ((n < rtems_bsdnet_nameserver_count) && (nserv < MAXNS)) {
Note: See TracChangeset for help on using the changeset viewer.