aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/samsung-soc-utils/files/0001-ppt.c-Do-not-include-sys-io.h.patch
blob: 4e6c250415adcc5d8f990123f3495a4a147d6784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From fd244ae648789591f0fb79e74d2b8f6c5b15d6e8 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 6 Aug 2019 00:47:14 +0000
Subject: [PATCH] ppt.c: Do not include sys/io.h

newer versions of glibc has removed it

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ppt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ppt.c b/ppt.c
index 0bae2d0..0ef279f 100644
--- a/ppt.c
+++ b/ppt.c
@@ -5,7 +5,6 @@
 #else
 #include <unistd.h>
 #include <stdlib.h>
-#include <sys/io.h>
 #include <linux/parport.h>
 #include <linux/ppdev.h>
 #include <sys/ioctl.h>
-- 
2.17.1