Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 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 | |