From: Mike Frysinger Date: Mon, 4 Aug 2014 08:50:41 +0000 (-0400) Subject: uapi: netfilter_arp: use __u8 instead of u_int8_t X-Git-Tag: omap-for-v3.19/prcm-cleanup~78^2~101^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91ded8db57472c20b59b2242b100764cc152a10;p=pandora-kernel.git uapi: netfilter_arp: use __u8 instead of u_int8_t Similarly, the u_int8_t type is non-standard and not defined. Change it to use __u8 like the rest of the netfilter headers. Signed-off-by: Mike Frysinger Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed