Use unsigned where appropriate.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22873 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -128,7 +128,8 @@ parse_record(const unsigned char *data, const unsigned char *end_data, | |||||||
| 	     const unsigned char **pp, struct resource_record **ret_rr) | 	     const unsigned char **pp, struct resource_record **ret_rr) | ||||||
| { | { | ||||||
|     struct resource_record *rr; |     struct resource_record *rr; | ||||||
|     int type, class, ttl, size; |     int type, class, ttl; | ||||||
|  |     unsigned size; | ||||||
|     int status; |     int status; | ||||||
|     char host[MAXDNAME]; |     char host[MAXDNAME]; | ||||||
|     const unsigned char *p = *pp; |     const unsigned char *p = *pp; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand