yp_prot.h: bool defined in newer code base in stdbool.h

Hopefully using stdbool.h for this works.
This commit is contained in:
Joel Sherrill
2012-08-24 15:38:52 -05:00
parent ee7721244a
commit 5df92c34f6

View File

@@ -68,7 +68,9 @@
*/
#ifndef BOOL_DEFINED
/* old code
typedef u_int bool;
*/
#define BOOL_DEFINED
#endif