mirror of
				https://github.com/SwallowOS/xorg_lib_libxtrans
				synced 2025-11-04 05:46:13 +08:00 
			
		
		
		
	Add const qualifier to unix_nolisten
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
		
				
					committed by
					
						
						Alan Coopersmith
					
				
			
			
				
	
			
			
			
						parent
						
							bd53f4c854
						
					
				
				
					commit
					f6a161f2a0
				
			@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user