[rtems-libbsd commit] yp_prot.h: Further disable bool definition

Joel Sherrill joel at rtems.org
Fri Aug 24 20:48:36 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    01099752a634788c59c0970a5cedcaf82efad25f
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=01099752a634788c59c0970a5cedcaf82efad25f

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Fri Aug 24 15:52:28 2012 -0500

yp_prot.h: Further disable bool definition

---

 services/librpc/include/rpcsvc/yp_prot.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/librpc/include/rpcsvc/yp_prot.h b/services/librpc/include/rpcsvc/yp_prot.h
index 354ef63..10bf55b 100644
--- a/services/librpc/include/rpcsvc/yp_prot.h
+++ b/services/librpc/include/rpcsvc/yp_prot.h
@@ -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 */
 




More information about the vc mailing list