Include <rtems/bsd/sys/cdefs.h>

This commit is contained in:
Ralf Corsepius
2007-05-10 07:45:16 +00:00
parent af846fb9e7
commit be94ff7c9c

View File

@@ -32,7 +32,7 @@ typedef u_int32_t ioctl_command_t;
/* make sure we get the network versions of these */
#include <machine/types.h>
#include <machine/param.h>
#include <rtems/cdefs.h>
#include <rtems/bsd/sys/cdefs.h>
#include <sys/time.h>
@@ -73,7 +73,6 @@ void microtime (struct timeval *tv);
* Since we can't have two sys/types.h files, we'll hack around
* and copy the contents of the BSD sys/types.h to here....
*/
#include <rtems/bsd/sys/cdefs.h>
typedef u_int64_t u_quad_t; /* quads */
typedef int64_t quad_t;