XDR(3): Port to RTEMS

This commit is contained in:
Sebastian Huber
2016-06-09 11:48:16 +02:00
parent f41a394f91
commit a037da67c6
6 changed files with 24 additions and 6 deletions

View File

@@ -69,6 +69,9 @@ __FBSDID("$FreeBSD$");
defined(__arm26__) || defined(__sparc64__) || defined(__amd64__)
#include <machine/endian.h>
#define IEEEFP
#else /* __rtems__ */
#include <machine/endian.h>
#define IEEEFP
#endif
#if defined(__vax__)