summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-24 15:52:28 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-24 15:52:28 -0500
commit01099752a634788c59c0970a5cedcaf82efad25f (patch)
tree63115bf79ef4bd928e2748c4356651c10661def8
parentyp_prot.h: bool defined in newer code base in stdbool.h (diff)
downloadrtems-libbsd-01099752a634788c59c0970a5cedcaf82efad25f.tar.bz2
yp_prot.h: Further disable bool definition
-rw-r--r--services/librpc/include/rpcsvc/yp_prot.h4
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 354ef630..10bf55b5 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 */