summaryrefslogtreecommitdiff
path: root/otherlibs/unix/sendrecv_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/sendrecv_unix.c')
-rw-r--r--otherlibs/unix/sendrecv_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/sendrecv_unix.c b/otherlibs/unix/sendrecv_unix.c
index 5ed785816c..46122888aa 100644
--- a/otherlibs/unix/sendrecv_unix.c
+++ b/otherlibs/unix/sendrecv_unix.c
@@ -24,7 +24,7 @@
#ifdef HAS_SOCKETS
#include "socketaddr.h"
-static int msg_flag_table[] = {
+static const int msg_flag_table[] = {
MSG_OOB, MSG_DONTROUTE, MSG_PEEK
};