aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:47:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:47:05 +0000
commit8d3288a4024004bb09b08485cee1ec36f1a52b28 (patch)
treeaf0617635a45894ebe2e91ed29e892f6babc7048
parentef5c095108585105b12307c9a37b7a4905b8e779 (diff)
parent225ec71c04c3d4d3c157a9da6e37a5f799b7c376 (diff)
downloadvboot_reference-android12-mainline-tzdata3-release.tar.gz
Change-Id: I141a7d8a1887e084f54352bba9bf1ae8b9bbe57e
-rw-r--r--METADATA2
-rw-r--r--futility/dump_kernel_config_lib.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/METADATA b/METADATA
index 7893cf55..b6aba4e1 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
third_party {
- license_note: "would be NOTICE save for scripts/image_signing/lib/shflags/shflags"
+ # would be NOTICE save for scripts/image_signing/lib/shflags/shflags
license_type: RESTRICTED
}
diff --git a/futility/dump_kernel_config_lib.c b/futility/dump_kernel_config_lib.c
index 4fe990c3..c2d59433 100644
--- a/futility/dump_kernel_config_lib.c
+++ b/futility/dump_kernel_config_lib.c
@@ -5,10 +5,10 @@
* Exports the kernel commandline from a given partition/image.
*/
-#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>
+#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>