iface: must use __u types in header files

This commit is contained in:
Jan Engelhardt
2009-04-27 20:46:25 +02:00
parent e89c5d976a
commit 000c2d73fd

View File

@@ -18,8 +18,8 @@ enum {
struct xt_iface_mtinfo {
char ifname[IFNAMSIZ];
u_int16_t flags;
u_int16_t invflags;
__u16 flags;
__u16 invflags;
};
#endif