2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-05 16:55:10 +00:00

Get a clean compile with all known gcc warnings.

This commit is contained in:
Ted Lemon
1999-10-07 06:36:35 +00:00
parent 77a5f87162
commit b1b7b521fe
61 changed files with 1769 additions and 1398 deletions

View File

@@ -32,7 +32,7 @@ struct signature_state {
};
struct auth_key {
int length;
unsigned length;
u_int8_t data [1];
};