summaryrefslogtreecommitdiff
path: root/src/dnsmasq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dnsmasq.h')
-rw-r--r--src/dnsmasq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index 6a0391d..e7097bd 100644
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -367,7 +367,7 @@ struct crec {
struct crec *cache;
struct interface_name *int_name;
} target;
- int uid; /* -1 if union is interface-name */
+ unsigned int uid; /* 0 if union is interface-name */
} cname;
struct {
struct blockdata *keydata;
@@ -388,7 +388,7 @@ struct crec {
} addr;
time_t ttd; /* time to die */
/* used as class if DNSKEY/DS/RRSIG, index to source for F_HOSTS */
- int uid;
+ unsigned int uid;
unsigned short flags;
union {
char sname[SMALLDNAME];