summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream.c b/stream.c
index 99d0897..a47eca2 100644
--- a/stream.c
+++ b/stream.c
@@ -57,7 +57,7 @@ struct strbuf {
static const struct xlat msgflags[] = {
XLAT(RS_HIPRI),
- { 0, NULL },
+ XLAT_END
};
static void
@@ -163,7 +163,7 @@ static const struct xlat pmsgflags[] = {
# ifdef MSG_BAND
XLAT(MSG_BAND),
# endif
- { 0, NULL },
+ XLAT_END
};
# ifdef SYS_putpmsg
int
@@ -263,7 +263,7 @@ static const struct xlat pollflags[] = {
XLAT(POLLHUP),
XLAT(POLLNVAL),
# endif
- { 0, NULL },
+ XLAT_END
};
static int