mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Include <rtems/stdint.h> instead of <stdint.h>.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user