mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Use the semantic patch to do the unsigned -> unsigned int change
Apply the semantic patch on the whole code base to get rid of 'unsigned' usage in favor of explicit 'unsigned int'.
This commit is contained in:
@@ -86,7 +86,7 @@ compare_rdata(const void *p1, const void *p2) {
|
||||
#if DNS_RDATASET_FIXED
|
||||
static void
|
||||
fillin_offsets(unsigned char *offsetbase, unsigned int *offsettable,
|
||||
unsigned length) {
|
||||
unsigned int length) {
|
||||
unsigned int i, j;
|
||||
unsigned char *raw;
|
||||
|
||||
|
Reference in New Issue
Block a user