Index: b/usr/src/cmd/sgs/libld/common/groups.c =================================================================== --- a/usr/src/cmd/sgs/libld/common/groups.c +++ b/usr/src/cmd/sgs/libld/common/groups.c @@ -30,6 +30,14 @@ #include "msg.h" #include "_libld.h" +#ifndef B_FALSE +#define B_FALSE 0 +#endif + +#ifndef B_TRUE +#define B_TRUE 1 +#endif + /* * Determine whether a (COMDAT) group has already been encountered. If so, * indicate that the group descriptor has an overriding group (gd_oisc). This Index: b/usr/src/cmd/sgs/libld/common/unwind.c =================================================================== --- a/usr/src/cmd/sgs/libld/common/unwind.c +++ b/usr/src/cmd/sgs/libld/common/unwind.c @@ -33,6 +33,14 @@ #include #include +#ifndef B_FALSE +#define B_FALSE 0 +#endif + +#ifndef B_TRUE +#define B_TRUE 0 +#endif + /* * A EH_FRAME_HDR consists of the following: *