diff options
Diffstat (limited to 'meta-oe/recipes-support/samsung-soc-utils/files/0001-ppt.c-Do-not-include-sys-io.h.patch')
-rw-r--r-- | meta-oe/recipes-support/samsung-soc-utils/files/0001-ppt.c-Do-not-include-sys-io.h.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-oe/recipes-support/samsung-soc-utils/files/0001-ppt.c-Do-not-include-sys-io.h.patch b/meta-oe/recipes-support/samsung-soc-utils/files/0001-ppt.c-Do-not-include-sys-io.h.patch deleted file mode 100644 index 4e6c250415..0000000000 --- a/meta-oe/recipes-support/samsung-soc-utils/files/0001-ppt.c-Do-not-include-sys-io.h.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From fd244ae648789591f0fb79e74d2b8f6c5b15d6e8 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 6 Aug 2019 00:47:14 +0000 | ||
4 | Subject: [PATCH] ppt.c: Do not include sys/io.h | ||
5 | |||
6 | newer versions of glibc has removed it | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | --- | ||
11 | ppt.c | 1 - | ||
12 | 1 file changed, 1 deletion(-) | ||
13 | |||
14 | diff --git a/ppt.c b/ppt.c | ||
15 | index 0bae2d0..0ef279f 100644 | ||
16 | --- a/ppt.c | ||
17 | +++ b/ppt.c | ||
18 | @@ -5,7 +5,6 @@ | ||
19 | #else | ||
20 | #include <unistd.h> | ||
21 | #include <stdlib.h> | ||
22 | -#include <sys/io.h> | ||
23 | #include <linux/parport.h> | ||
24 | #include <linux/ppdev.h> | ||
25 | #include <sys/ioctl.h> | ||
26 | -- | ||
27 | 2.17.1 | ||
28 | |||