summaryrefslogtreecommitdiff
path: root/otherlibs/unix/getnameinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/getnameinfo.c')
-rw-r--r--otherlibs/unix/getnameinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getnameinfo.c b/otherlibs/unix/getnameinfo.c
index bc7be72463..304c2576e2 100644
--- a/otherlibs/unix/getnameinfo.c
+++ b/otherlibs/unix/getnameinfo.c
@@ -29,7 +29,7 @@
#include <netdb.h>
#endif
-static int getnameinfo_flag_table[] = {
+static const int getnameinfo_flag_table[] = {
NI_NOFQDN, NI_NUMERICHOST, NI_NAMEREQD, NI_NUMERICSERV, NI_DGRAM
};