Include <rtems/stdint.h> instead of <stdint.h>.

This commit is contained in:
Ralf Corsepius
2007-05-09 15:56:13 +00:00
parent fae9d83732
commit 203ed7ff8c
6 changed files with 6 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
#endif #endif
#include <dirent.h> #include <dirent.h>
#include <stdint.h> #include <rtems/stdint.h>
int getdents( int getdents(
int dd_fd, int dd_fd,

View File

@@ -40,7 +40,7 @@
*/ */
#if defined(__rtems__) #if defined(__rtems__)
#include <stdint.h> #include <rtems/stdint.h>
#endif #endif
#include <sys/param.h> #include <sys/param.h>

View File

@@ -8,7 +8,7 @@
** ******************************************************************** ** ********************************************************************
*/ */
#include <stdint.h> #include <rtems/stdint.h>
/* MDstruct is the data structure for a message digest computation. /* MDstruct is the data structure for a message digest computation.
*/ */

View File

@@ -39,7 +39,7 @@
#ifndef __MD5_INCLUDE__ #ifndef __MD5_INCLUDE__
#include <stdint.h> #include <rtems/stdint.h>
/* typedef a 32-bit type */ /* typedef a 32-bit type */
typedef uint32_t UINT4; typedef uint32_t UINT4;

View File

@@ -29,6 +29,7 @@
#include <sys/time.h> /* for struct timeval */ #include <sys/time.h> /* for struct timeval */
#include <net/ppp_defs.h> #include <net/ppp_defs.h>
#include <rtems/rtemsdialer.h> #include <rtems/rtemsdialer.h>
#include <rtems/stdint.h>
#if defined(__STDC__) #if defined(__STDC__)
#include <stdarg.h> #include <stdarg.h>

View File

@@ -250,7 +250,7 @@ extern "C" {
#ifndef ASM #ifndef ASM
#include <rtems/score/types.h> #include <rtems/score/types.h>
#include <stdint.h> #include <rtems/stdint.h>
#endif #endif
/* /*