From f6a161f2a003f4da0a2e414b4faa0ee0de0c01f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stelmach?= Date: Tue, 9 Jul 2013 16:24:43 +0200 Subject: Add const qualifier to unix_nolisten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ɓukasz Stelmach Reviewed-by: Alan Coopersmith Reviewed-by: Peter Hutterer Signed-off-by: Alan Coopersmith --- Xtranssock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xtranssock.c b/Xtranssock.c index dfa41cf..24269b2 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 -- cgit v1.2.3