mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 02:16:05 +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
|
||||
/* old code
|
||||
typedef u_int bool;
|
||||
*/
|
||||
#define BOOL_DEFINED
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user