Skip to content

Commit

Permalink
Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed May 4, 2006
1 parent 56b192c commit 8e1515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netfilter/xt_conntrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
} u;

/* The protocol. */
u16 protonum;
__u16 protonum;
} dst;
};

Expand Down

0 comments on commit 8e1515d

Please sign in to comment.