aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-04-09 16:09:46 +0100
committerJon Medhurst <tixy@linaro.org>2014-04-10 12:11:42 +0100
commit7bf87fba32f5609f0bddcd83c18241d65619b36e (patch)
tree67a9ad09a7d18e033078ac514416e9bd52d26081 /virt/kvm
parent15ce78dafc08b1c5c3ec8f42070ae37160b5154c (diff)
gator-daemon: Fix compilation error: 'sa_family_t' does not name a type
When compiling on Linaro Android we get the following error: bionic/libc/kernel/common/linux/netlink.h:52:2: error: 'sa_family_t' does not name a type sa_family_t nl_family; This is related to an issue that was fixed in Linux 3.1 by commit 6602a4baf4d1a73c (net: Make userland include of netlink.h more sane) but it seems that the Linux headers used by bionic predate that. Fortunately, the fix for us is simple: reorder the header file includes so that the definition of sa_family_t from sys/socket.h is picked up before being used by linux/netlink.h Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions