aboutsummaryrefslogtreecommitdiff
path: root/libpager
diff options
context:
space:
mode:
Diffstat (limited to 'libpager')
-rw-r--r--libpager/demuxer.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/libpager/demuxer.c b/libpager/demuxer.c
index dbc7e334..dfdda104 100644
--- a/libpager/demuxer.c
+++ b/libpager/demuxer.c
@@ -138,14 +138,14 @@ mig_reply_setup (
mach_msg_header_t *out)
{
static const mach_msg_type_t RetCodeType = {
- /* msgt_name = */ MACH_MSG_TYPE_INTEGER_32,
- /* msgt_size = */ 32,
- /* msgt_number = */ 1,
- /* msgt_inline = */ TRUE,
- /* msgt_longform = */ FALSE,
- /* msgt_deallocate = */ FALSE,
- /* msgt_unused = */ 0
- };
+ .msgt_name = MACH_MSG_TYPE_INTEGER_32,
+ .msgt_size = 32,
+ .msgt_number = 1,
+ .msgt_inline = TRUE,
+ .msgt_longform = FALSE,
+ .msgt_deallocate = FALSE,
+ .msgt_unused = 0
+ };
#define InP (in)
#define OutP ((mig_reply_header_t *) out)