Changeset 3e59793 in rtems
- Timestamp:
- 10/31/00 16:37:16 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 57cfaad
- Parents:
- 7ede0e7
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r7ede0e7 r3e59793 1 2000-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 1 11 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 12 -
c/src/exec/libnetworking/machine/types.h
r7ede0e7 r3e59793 27 27 #define _CLOCK_T_ unsigned long 28 28 #define _TIME_T_ long 29 #define _CLOCKID_T_ unsigned long 30 #define _TIMER_T_ unsigned long 29 31 30 32 #ifdef _COMPILING_BSD_KERNEL_ -
c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h
r7ede0e7 r3e59793 29 29 30 30 #include <sys/time.h> 31 /* 31 32 struct itimerval { 32 33 struct timeval it_interval; 33 34 struct timeval it_value; 34 35 }; 36 */ 35 37 struct mdproc { 36 38 int md_flags; -
c/src/libnetworking/ChangeLog
r7ede0e7 r3e59793 1 2000-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 1 11 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 12 -
c/src/libnetworking/machine/types.h
r7ede0e7 r3e59793 27 27 #define _CLOCK_T_ unsigned long 28 28 #define _TIME_T_ long 29 #define _CLOCKID_T_ unsigned long 30 #define _TIMER_T_ unsigned long 29 31 30 32 #ifdef _COMPILING_BSD_KERNEL_ -
c/src/libnetworking/rtems/rtems_bsdnet_internal.h
r7ede0e7 r3e59793 29 29 30 30 #include <sys/time.h> 31 /* 31 32 struct itimerval { 32 33 struct timeval it_interval; 33 34 struct timeval it_value; 34 35 }; 36 */ 35 37 struct mdproc { 36 38 int md_flags; -
cpukit/libnetworking/ChangeLog
r7ede0e7 r3e59793 1 2000-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 1 11 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 12 -
cpukit/libnetworking/machine/types.h
r7ede0e7 r3e59793 27 27 #define _CLOCK_T_ unsigned long 28 28 #define _TIME_T_ long 29 #define _CLOCKID_T_ unsigned long 30 #define _TIMER_T_ unsigned long 29 31 30 32 #ifdef _COMPILING_BSD_KERNEL_ -
cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
r7ede0e7 r3e59793 29 29 30 30 #include <sys/time.h> 31 /* 31 32 struct itimerval { 32 33 struct timeval it_interval; 33 34 struct timeval it_value; 34 35 }; 36 */ 35 37 struct mdproc { 36 38 int md_flags;
Note: See TracChangeset
for help on using the changeset viewer.