diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-08-04 16:02:21 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-08-04 16:02:21 +0200 |
commit | 6efe651a723f7fb671e16c4ab69fd259d514005a (patch) | |
tree | ac72393a74a99225a11f0cce878e81ac876a3976 | |
parent | eeb962f8ef40b5e2454f1974807f7c6349c1d9bd (diff) | |
parent | f6a161f2a003f4da0a2e414b4faa0ee0de0c01f0 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r-- | Xtranssock.c | 2 |
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 |