mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:34:25 +08:00
yp_prot.h: bool defined in newer code base in stdbool.h
Hopefully using stdbool.h for this works.
This commit is contained in:
@@ -68,7 +68,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BOOL_DEFINED
|
#ifndef BOOL_DEFINED
|
||||||
|
/* old code
|
||||||
typedef u_int bool;
|
typedef u_int bool;
|
||||||
|
*/
|
||||||
#define BOOL_DEFINED
|
#define BOOL_DEFINED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user