summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-24 15:38:52 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-24 15:38:52 -0500
commit5df92c34f6f7a2f1058daec37a2be9befea5e0ad (patch)
tree7a6f18a3ddc025e9fb830ca34c84968c8f0b263e
parentgetaddrinfo.c: New file (diff)
downloadrtems-libbsd-5df92c34f6f7a2f1058daec37a2be9befea5e0ad.tar.bz2
yp_prot.h: bool defined in newer code base in stdbool.h
Hopefully using stdbool.h for this works.
-rw-r--r--services/librpc/include/rpcsvc/yp_prot.h2
1 files changed, 2 insertions, 0 deletions
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