From 5df92c34f6f7a2f1058daec37a2be9befea5e0ad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 24 Aug 2012 15:38:52 -0500 Subject: yp_prot.h: bool defined in newer code base in stdbool.h Hopefully using stdbool.h for this works. --- services/librpc/include/rpcsvc/yp_prot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/librpc/include/rpcsvc/yp_prot.h b/services/librpc/include/rpcsvc/yp_prot.h index f29f3ce8..354ef630 100644 --- a/services/librpc/include/rpcsvc/yp_prot.h +++ b/services/librpc/include/rpcsvc/yp_prot.h @@ -68,7 +68,9 @@ */ #ifndef BOOL_DEFINED +/* old code typedef u_int bool; +*/ #define BOOL_DEFINED #endif -- cgit v1.2.3