summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2013-08-04 16:02:21 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2013-08-04 16:02:21 +0200
commit6efe651a723f7fb671e16c4ab69fd259d514005a (patch)
treeac72393a74a99225a11f0cce878e81ac876a3976
parenteeb962f8ef40b5e2454f1974807f7c6349c1d9bd (diff)
parentf6a161f2a003f4da0a2e414b4faa0ee0de0c01f0 (diff)
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r--Xtranssock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xtranssock.c b/Xtranssock.c
index 5d1e295..b8c00c2 100644
--- a/Xtranssock.c
+++ b/Xtranssock.c
@@ -2429,7 +2429,7 @@ Xtransport TRANS(SocketLocalFuncs) = {
#endif /* !LOCALCONN */
# ifdef TRANS_SERVER
# if !defined(LOCALCONN)
-static char* unix_nolisten[] = { "local" , NULL };
+static const char* unix_nolisten[] = { "local" , NULL };
# endif
# endif