diff options
| author | Dmitry V. Levin <ldv@altlinux.org> | 2017-03-22 11:30:38 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-22 11:30:38 +0000 |
| commit | 16b8db46a101e941c2157d2e823dd3f0617326a9 (patch) | |
| tree | 1fb3bb20743eae9069b254769072eb2815f92359 /include/uapi/linux | |
| parent | 0bf865e8b08185e4d7a5106d01715eeac6488e6e (diff) | |
| parent | 6c72458ab428ce659261fa060295e580503a5b12 (diff) | |
uapi: fix linux/packet_diag.h userspace compilation error
am: 6c72458ab4
Change-Id: I107c3b445b4f92b52be422542062a0d6e147cc3d
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/packet_diag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/packet_diag.h b/include/uapi/linux/packet_diag.h index d08c63f3dd6f..0c5d5dd61b6a 100644 --- a/include/uapi/linux/packet_diag.h +++ b/include/uapi/linux/packet_diag.h @@ -64,7 +64,7 @@ struct packet_diag_mclist { __u32 pdmc_count; __u16 pdmc_type; __u16 pdmc_alen; - __u8 pdmc_addr[MAX_ADDR_LEN]; + __u8 pdmc_addr[32]; /* MAX_ADDR_LEN */ }; struct packet_diag_ring { |
