diff options
author | Ted Lemon <source@isc.org> | 1999-10-07 06:36:35 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-10-07 06:36:35 +0000 |
commit | b1b7b521fe85027146beeea652e9677b2f43f7ec (patch) | |
tree | 4ad373a9e7f1f3fb91a8c9fba1be4127003cf40e /includes/inet.h | |
parent | 77a5f87162dd4b32ee082b87f741793432341cc8 (diff) | |
download | isc-dhcp-b1b7b521fe85027146beeea652e9677b2f43f7ec.tar.gz |
Get a clean compile with all known gcc warnings.
Diffstat (limited to 'includes/inet.h')
-rw-r--r-- | includes/inet.h | 2 |
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]; }; |