aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/uapi/linux/mpls_iptunnel.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-05-25 13:48:01 -0700
committerElliott Hughes <enh@google.com>2017-05-25 13:48:01 -0700
commit96c1db7b9d601c31d103389cac074a6cce0d7633 (patch)
tree510f40be13090fa582b61aed7c3eb7e70d3ff559 /libc/kernel/uapi/linux/mpls_iptunnel.h
parent6c01208e902b18aad4b0254ccb95b94a2b5fc341 (diff)
downloadandroid_bionic-96c1db7b9d601c31d103389cac074a6cce0d7633.tar.gz
android_bionic-96c1db7b9d601c31d103389cac074a6cce0d7633.tar.bz2
android_bionic-96c1db7b9d601c31d103389cac074a6cce0d7633.zip
Remove the repetitive warnings from the uapi headers.
Having WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS every four lines made the headers harder to read, made the diffs much worse each time we upgraded, and wasn't really providing any benefit. Before the next uapi update, let's just stop doing this. Bug: N/A Test: builds, manually inspected files look right Change-Id: Id7088cf750894c9d24950f3d53587fe3156c4f7d
Diffstat (limited to 'libc/kernel/uapi/linux/mpls_iptunnel.h')
-rw-r--r--libc/kernel/uapi/linux/mpls_iptunnel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/kernel/uapi/linux/mpls_iptunnel.h b/libc/kernel/uapi/linux/mpls_iptunnel.h
index 865253c86..773a49f73 100644
--- a/libc/kernel/uapi/linux/mpls_iptunnel.h
+++ b/libc/kernel/uapi/linux/mpls_iptunnel.h
@@ -20,10 +20,8 @@
#define _UAPI_LINUX_MPLS_IPTUNNEL_H
enum {
MPLS_IPTUNNEL_UNSPEC,
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
MPLS_IPTUNNEL_DST,
__MPLS_IPTUNNEL_MAX,
};
#define MPLS_IPTUNNEL_MAX (__MPLS_IPTUNNEL_MAX - 1)
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#endif