mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	linux/types.h: fix typo unchar
unsigned char should be called uchar and not unchar. This fixes a build error in lib/crypto/x509_cert_parser.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
		
				
					committed by
					
						 Tom Rini
						Tom Rini
					
				
			
			
				
	
			
			
			
						parent
						
							2f02845817
						
					
				
				
					commit
					37db55b7e9
				
			| @@ -85,7 +85,7 @@ typedef unsigned int		u_int; | |||||||
| typedef unsigned long		u_long; | typedef unsigned long		u_long; | ||||||
|  |  | ||||||
| /* sysv */ | /* sysv */ | ||||||
| typedef unsigned char		unchar; | typedef unsigned char		uchar; | ||||||
| typedef unsigned short		ushort; | typedef unsigned short		ushort; | ||||||
| typedef unsigned int		uint; | typedef unsigned int		uint; | ||||||
| typedef unsigned long		ulong; | typedef unsigned long		ulong; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user