mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 03:47:23 +01:00 
			
		
		
		
	test-runner: fixed the type qualifier errors
This commit is contained in:
		
							parent
							
								
									dda07316e6
								
							
						
					
					
						commit
						3cb5213435
					
				| @ -66,7 +66,7 @@ static const char * const qemu_table[] = { | ||||
| 	NULL | ||||
| }; | ||||
| 
 | ||||
| static const char * const find_qemu(void) | ||||
| static const char *find_qemu(void) | ||||
| { | ||||
| 	int i; | ||||
| 
 | ||||
| @ -88,7 +88,7 @@ static const char * const kernel_table[] = { | ||||
| 	NULL | ||||
| }; | ||||
| 
 | ||||
| static const char * const find_kernel(void) | ||||
| static const char *find_kernel(void) | ||||
| { | ||||
| 	int i; | ||||
| 
 | ||||
| @ -208,7 +208,7 @@ static const char * const qemu_argv[] = { | ||||
| 	NULL | ||||
| }; | ||||
| 
 | ||||
| static const char *qemu_envp[] = { | ||||
| static char *const qemu_envp[] = { | ||||
| 	"HOME=/", | ||||
| 	NULL | ||||
| }; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tim Kourt
						Tim Kourt