diff --git a/freebsd/include/rpcsvc/yp_prot.h b/freebsd/include/rpcsvc/yp_prot.h index 10d58289..960cab63 100644 --- a/freebsd/include/rpcsvc/yp_prot.h +++ b/freebsd/include/rpcsvc/yp_prot.h @@ -67,10 +67,12 @@ * YPPROC_MAPLIST takes (char *), returns (struct ypmaplist *). */ +#ifndef __rtems__ #ifndef BOOL_DEFINED typedef u_int bool; #define BOOL_DEFINED #endif +#endif /* __rtems__ */ /* Program and version symbols, magic numbers */