Changeset 3e59793 in rtems


Ignore:
Timestamp:
10/31/00 16:37:16 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
57cfaad
Parents:
7ede0e7
Message:

2000-10-30 Joel Sherrill <joel@…>

  • POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code.
  • machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync with newlib's <machine/types.h>.
  • rtems/rtems_bsdnet_internal.h: newlib now includes definition of struct itimerval in <sys/time.h>.
Files:
9 edited

Legend:

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

    r7ede0e7 r3e59793  
     12000-10-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * POSIX include files merged into newlib.  This resulted in
     4        some definitions moving to other files and thus some secondary
     5        effects in RTEMS source code.
     6        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
     7        with newlib's <machine/types.h>.
     8        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
     9        of struct itimerval in <sys/time.h>.
     10
    1112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • c/src/exec/libnetworking/machine/types.h

    r7ede0e7 r3e59793  
    2727#define _CLOCK_T_       unsigned long
    2828#define _TIME_T_        long
     29#define _CLOCKID_T_     unsigned long
     30#define _TIMER_T_       unsigned long
    2931
    3032#ifdef _COMPILING_BSD_KERNEL_
  • c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h

    r7ede0e7 r3e59793  
    2929
    3030#include <sys/time.h>
     31/*
    3132struct  itimerval {
    3233  struct  timeval it_interval;
    3334  struct  timeval it_value;
    3435};
     36*/
    3537struct mdproc {
    3638        int     md_flags;
  • c/src/libnetworking/ChangeLog

    r7ede0e7 r3e59793  
     12000-10-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * POSIX include files merged into newlib.  This resulted in
     4        some definitions moving to other files and thus some secondary
     5        effects in RTEMS source code.
     6        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
     7        with newlib's <machine/types.h>.
     8        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
     9        of struct itimerval in <sys/time.h>.
     10
    1112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • c/src/libnetworking/machine/types.h

    r7ede0e7 r3e59793  
    2727#define _CLOCK_T_       unsigned long
    2828#define _TIME_T_        long
     29#define _CLOCKID_T_     unsigned long
     30#define _TIMER_T_       unsigned long
    2931
    3032#ifdef _COMPILING_BSD_KERNEL_
  • c/src/libnetworking/rtems/rtems_bsdnet_internal.h

    r7ede0e7 r3e59793  
    2929
    3030#include <sys/time.h>
     31/*
    3132struct  itimerval {
    3233  struct  timeval it_interval;
    3334  struct  timeval it_value;
    3435};
     36*/
    3537struct mdproc {
    3638        int     md_flags;
  • cpukit/libnetworking/ChangeLog

    r7ede0e7 r3e59793  
     12000-10-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * POSIX include files merged into newlib.  This resulted in
     4        some definitions moving to other files and thus some secondary
     5        effects in RTEMS source code.
     6        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
     7        with newlib's <machine/types.h>.
     8        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
     9        of struct itimerval in <sys/time.h>.
     10
    1112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • cpukit/libnetworking/machine/types.h

    r7ede0e7 r3e59793  
    2727#define _CLOCK_T_       unsigned long
    2828#define _TIME_T_        long
     29#define _CLOCKID_T_     unsigned long
     30#define _TIMER_T_       unsigned long
    2931
    3032#ifdef _COMPILING_BSD_KERNEL_
  • cpukit/libnetworking/rtems/rtems_bsdnet_internal.h

    r7ede0e7 r3e59793  
    2929
    3030#include <sys/time.h>
     31/*
    3132struct  itimerval {
    3233  struct  timeval it_interval;
    3334  struct  timeval it_value;
    3435};
     36*/
    3537struct mdproc {
    3638        int     md_flags;
Note: See TracChangeset for help on using the changeset viewer.