git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d2642
)
uapi: netfilter_arp: use __u8 instead of u_int8_t
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 4 Aug 2014 08:50:41 +0000
(
04:50
-0400)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 20 Aug 2014 13:13:08 +0000
(15:13 +0200)
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 <vapier@gentoo.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found