[PATCH libxtrans v2 1/3] Add const qualifier to unix_nolisten

Łukasz Stelmach l.stelmach at samsung.com
Tue Jul 9 07:24:43 PDT 2013


Signed-off-by: Łukasz Stelmach <l.stelmach at samsung.com>
Cc: Kyungmin Park <kyungmin.park at samsung.com>
Cc: MyungJoo Ham <myungjoo.ham at samsung.com>
Cc: Piort Bereza <p.bereza at samsung.com>
Cc: Karol Lewandowski <k.lewandowsk at samsung.com>
Cc: Lennart Poettering <lennart at poettering.net>
Cc: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Cc: Peter Hutterer <peter.hutterer at who-t.net>
Cc: walter harms <wharms at bfs.de>
---
 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
 
-- 
1.7.9.5



More information about the xorg-devel mailing list