summaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd/dumptab.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-27 19:49:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-27 19:49:59 +0000
commitdaae9f299192884e5d857eaeaac86d8436054b47 (patch)
tree490f012110c2e7cb4878019c5948b38369eba2ad /usr.sbin/bootpd/dumptab.c
parenta5b8d9658ecc4a7d613b68e919d12cf97f878d82 (diff)
unsigned to unsigned int
Diffstat (limited to 'usr.sbin/bootpd/dumptab.c')
-rw-r--r--usr.sbin/bootpd/dumptab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bootpd/dumptab.c b/usr.sbin/bootpd/dumptab.c
index 5893f6c4a23..b9baccac157 100644
--- a/usr.sbin/bootpd/dumptab.c
+++ b/usr.sbin/bootpd/dumptab.c
@@ -352,7 +352,7 @@ list_ipaddresses(fp, ipptr)
FILE *fp;
struct in_addr_list *ipptr;
{
- unsigned count;
+ unsigned int count;
struct in_addr *addrptr;
if (ipptr) {