Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e1515df authored by David Woodhouse's avatar David Woodhouse
Browse files

Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.

parent 56b192c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
		} u;

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