diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-10 23:03:33 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-10 23:03:33 -0700 |
| commit | 81c2642f71b19b2c80a857603ec05aaf5111e1ad (patch) | |
| tree | 197b2646124abf2fd68985bf7d052bd05949df1d /include/uapi/linux | |
| parent | 3d82d66409abb91539bcb9d1f343fcb9d583f2b4 (diff) | |
| parent | 78cf4322e2ed0dcb54e7f9872a8d15340ebfa8bb (diff) | |
Merge "Merge branch 'android-4.4@24ac44d' into branch 'msm-4.4'"
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/ipv6_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ipv6_route.h b/include/uapi/linux/ipv6_route.h index f6598d1c886e..316e838b7470 100644 --- a/include/uapi/linux/ipv6_route.h +++ b/include/uapi/linux/ipv6_route.h @@ -34,7 +34,7 @@ #define RTF_PREF(pref) ((pref) << 27) #define RTF_PREF_MASK 0x18000000 -#define RTF_PCPU 0x40000000 +#define RTF_PCPU 0x40000000 /* read-only: can not be set by user */ #define RTF_LOCAL 0x80000000 |
