diff --git a/[refs] b/[refs] index 6d39da024a27..9eabc756ad7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed0f160ad674407adb3aba499444f71c83289c63 +refs/heads/master: ff937938e7781b2c1bffce0a5400af308e3946d5 diff --git a/trunk/include/net/sctp/structs.h b/trunk/include/net/sctp/structs.h index 6173c619913a..4b860116e096 100644 --- a/trunk/include/net/sctp/structs.h +++ b/trunk/include/net/sctp/structs.h @@ -876,7 +876,7 @@ struct sctp_transport { /* Reference counting. */ atomic_t refcnt; - int dead:1, + __u32 dead:1, /* RTO-Pending : A flag used to track if one of the DATA * chunks sent to this address is currently being * used to compute a RTT. If this flag is 0,