diff options
Diffstat (limited to 'usr/src/uts/common/inet/ip.h')
-rw-r--r-- | usr/src/uts/common/inet/ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ip.h b/usr/src/uts/common/inet/ip.h index f39eff0246..0b2b70c5be 100644 --- a/usr/src/uts/common/inet/ip.h +++ b/usr/src/uts/common/inet/ip.h @@ -1278,7 +1278,7 @@ typedef struct ipif_s { ipif_was_dup : 1, /* DAD had failed */ ipif_joined_allhosts : 1, /* allhosts joined */ - ipif_added_nce:1, /* nce added for local address */ + ipif_added_nce : 1, /* nce added for local address */ ipif_pad_to_31 : 26; uint_t ipif_seqid; /* unique index across all ills */ |