aboutsummaryrefslogtreecommitdiff
path: root/user.c
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2022-11-24 15:53:40 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-11-25 01:07:59 +0100
commit7063f0aefd8a8c3c8b610ef6168cddfb2141fa12 (patch)
tree33c160c80c6a269fb8adf7c65c75be7fc6181ea0 /user.c
parentf51fc836c5b690f5448e76196dd40bdb55957a11 (diff)
downloadmig-7063f0aefd8a8c3c8b610ef6168cddfb2141fa12.tar.gz
mig-7063f0aefd8a8c3c8b610ef6168cddfb2141fa12.tar.bz2
mig-7063f0aefd8a8c3c8b610ef6168cddfb2141fa12.zip
mig: replace boolean.h with stdbool.h
Message-Id: <Y3/Z1CGL8D4OwT66@viriathus>
Diffstat (limited to 'user.c')
-rw-r--r--user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/user.c b/user.c
index 886198b..a189e75 100644
--- a/user.c
+++ b/user.c
@@ -378,7 +378,7 @@ WritePackArgType(FILE *file, const argument_t *arg)
{
WritePackMsgType(file, arg->argType,
arg->argType->itIndefinite ? d_NO : arg->argDeallocate,
- arg->argLongForm, TRUE,
+ arg->argLongForm, true,
"InP->%s", "%s", arg->argTTName);
fprintf(file, "\n");
}
@@ -874,7 +874,7 @@ WriteCheckMsgSize(FILE *file, const argument_t *arg)
then we must check for exact msg-size and we don't need
to update msgh_size. */
- boolean_t LastVarArg = arg->argReplyPos+1 == rt->rtNumReplyVar;
+ bool LastVarArg = arg->argReplyPos+1 == rt->rtNumReplyVar;
/* calculate the actual size in bytes of the data field. note
that this quantity must be a multiple of word_size. hence, if