blob: 4e6c250415adcc5d8f990123f3495a4a147d6784 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001From fd244ae648789591f0fb79e74d2b8f6c5b15d6e8 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 6 Aug 2019 00:47:14 +0000
4Subject: [PATCH] ppt.c: Do not include sys/io.h
5
6newer versions of glibc has removed it
7
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 ppt.c | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/ppt.c b/ppt.c
15index 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--
272.17.1
28