summaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd/dovend.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bootpd/dovend.c')
-rw-r--r--usr.sbin/bootpd/dovend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bootpd/dovend.c b/usr.sbin/bootpd/dovend.c
index ba6ab288b8b..3adbdf3427e 100644
--- a/usr.sbin/bootpd/dovend.c
+++ b/usr.sbin/bootpd/dovend.c
@@ -293,7 +293,7 @@ insert_ip(tag, iplist, dest, bytesleft)
int *bytesleft;
{
struct in_addr *addrptr;
- unsigned addrcount = 1;
+ unsigned int addrcount = 1;
byte *d;
if (iplist == NULL)