summaryrefslogtreecommitdiff
path: root/src/grp-resolve/libbasic-dns
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 16:49:46 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 16:49:46 -0400
commit8b3a6039faff5b2df79626172fcb1df816e3e9a6 (patch)
treeb3c6337bb591848e259523d1e99895ee83ca1ca4 /src/grp-resolve/libbasic-dns
parentcbf74de439b6c0334596a9fd461aad2f4552e7fe (diff)
parent57113f5edeb70b391bb0d93ccee457829fc4b64f (diff)
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'src/grp-resolve/libbasic-dns')
-rw-r--r--src/grp-resolve/libbasic-dns/src/dns-type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-resolve/libbasic-dns/src/dns-type.c b/src/grp-resolve/libbasic-dns/src/dns-type.c
index 79603c4dfc..f7acfa9e6f 100644
--- a/src/grp-resolve/libbasic-dns/src/dns-type.c
+++ b/src/grp-resolve/libbasic-dns/src/dns-type.c
@@ -29,7 +29,7 @@ typedef const struct {
} dns_type;
static const struct dns_type_name *
-lookup_dns_type (register const char *str, register unsigned int len);
+lookup_dns_type (register const char *str, register GPERF_LEN_TYPE len);
#include "dns_type-from-name.h"
#include "dns_type-to-name.h"