diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch index a5e767029e..34ef7874e8 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 6ede7d01b18a4d9eeaccd25f5c1ab9985cb65307 Mon Sep 17 00:00:00 2001 | 1 | From 671618df3e48619f0c7a5a3acd8982374a5e43db Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sun, 12 Feb 2023 21:25:04 -0800 | 3 | Date: Sun, 12 Feb 2023 21:25:04 -0800 |
4 | Subject: [PATCH] zlib: Include unistd.h for open/close C APIs | 4 | Subject: [PATCH] zlib: Include unistd.h for open/close C APIs |
@@ -6,16 +6,15 @@ Subject: [PATCH] zlib: Include unistd.h for open/close C APIs | |||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | |||
10 | --- | 9 | --- |
11 | third_party/zlib/gzguts.h | 1 + | 10 | third_party/zlib/gzguts.h | 1 + |
12 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
13 | 12 | ||
14 | diff --git a/third_party/zlib/gzguts.h b/third_party/zlib/gzguts.h | 13 | diff --git a/third_party/zlib/gzguts.h b/third_party/zlib/gzguts.h |
15 | index 57faf37..3c700c2 100644 | 14 | index f937504..341a68d 100644 |
16 | --- a/third_party/zlib/gzguts.h | 15 | --- a/third_party/zlib/gzguts.h |
17 | +++ b/third_party/zlib/gzguts.h | 16 | +++ b/third_party/zlib/gzguts.h |
18 | @@ -19,6 +19,7 @@ | 17 | @@ -18,6 +18,7 @@ |
19 | #endif | 18 | #endif |
20 | 19 | ||
21 | #include <stdio.h> | 20 | #include <stdio.h> |