summaryrefslogtreecommitdiff
path: root/includes/inet.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-07 06:36:35 +0000
committerTed Lemon <source@isc.org>1999-10-07 06:36:35 +0000
commitb1b7b521fe85027146beeea652e9677b2f43f7ec (patch)
tree4ad373a9e7f1f3fb91a8c9fba1be4127003cf40e /includes/inet.h
parent77a5f87162dd4b32ee082b87f741793432341cc8 (diff)
downloadisc-dhcp-b1b7b521fe85027146beeea652e9677b2f43f7ec.tar.gz
Get a clean compile with all known gcc warnings.
Diffstat (limited to 'includes/inet.h')
-rw-r--r--includes/inet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inet.h b/includes/inet.h
index cde1822a..5a247d4a 100644
--- a/includes/inet.h
+++ b/includes/inet.h
@@ -23,7 +23,7 @@
/* An internet address of up to 128 bits. */
struct iaddr {
- int len;
+ unsigned len;
unsigned char iabuf [16];
};