yp_prot.h: Further disable bool definition

This commit is contained in:
Joel Sherrill 2012-08-24 15:52:28 -05:00
parent 5df92c34f6
commit 01099752a6

View File

@ -67,12 +67,12 @@
* YPPROC_MAPLIST takes (char *), returns (struct ypmaplist *).
*/
#ifndef BOOL_DEFINED
/* old code
#ifndef BOOL_DEFINED
typedef u_int bool;
*/
#define BOOL_DEFINED
#endif
*/
/* Program and version symbols, magic numbers */