rpcsvc: Do not re-define "bool"

This commit is contained in:
Sebastian Huber
2013-10-31 09:40:11 +01:00
parent c1234892f9
commit e238a8b363

View File

@@ -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 */