summaryrefslogtreecommitdiff
path: root/accel-pppd/ipv6/dhcpv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ipv6/dhcpv6.h')
-rw-r--r--accel-pppd/ipv6/dhcpv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ipv6/dhcpv6.h b/accel-pppd/ipv6/dhcpv6.h
index 669155a..32ee715 100644
--- a/accel-pppd/ipv6/dhcpv6.h
+++ b/accel-pppd/ipv6/dhcpv6.h
@@ -182,7 +182,7 @@ struct dhcpv6_packet {
struct list_head relay_list;
- int rapid_commit:1;
+ unsigned int rapid_commit:1;
struct list_head opt_list;
void *endptr;