diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-10-29 16:40:51 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-10-29 16:40:51 +0100 |
commit | 66ed1aa9ee31a0c14ac4c60a2b71827ae227ca37 (patch) | |
tree | 8bc314c424066b09220370563b609fca927f8a2d /debian/patches/fixes0003-pflocal-avoid-building-the-interrupt-server.patch | |
parent | f6995a52160aea08ae03798afbbda6be350821ae (diff) |
add patch series
Diffstat (limited to 'debian/patches/fixes0003-pflocal-avoid-building-the-interrupt-server.patch')
-rw-r--r-- | debian/patches/fixes0003-pflocal-avoid-building-the-interrupt-server.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/fixes0003-pflocal-avoid-building-the-interrupt-server.patch b/debian/patches/fixes0003-pflocal-avoid-building-the-interrupt-server.patch new file mode 100644 index 00000000..26a1f48f --- /dev/null +++ b/debian/patches/fixes0003-pflocal-avoid-building-the-interrupt-server.patch @@ -0,0 +1,25 @@ +From 3f0a9b1145c25d1f0f19fc93da3c272c5505a5ee Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Thu, 29 Oct 2015 16:39:31 +0100 +Subject: [PATCH hurd 3/3] pflocal: avoid building the interrupt server + +* pflocal/io.c: Do not needlessly include `interrupt_S.h'. +--- + pflocal/io.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/pflocal/io.c b/pflocal/io.c +index 38d6c1d..c562274 100644 +--- a/pflocal/io.c ++++ b/pflocal/io.c +@@ -37,7 +37,6 @@ + #include "sserver.h" + + #include "io_S.h" +-#include "interrupt_S.h" + + /* Read data from an IO object. If offset if -1, read from the object + maintained file pointer. If the object is not seekable, offset is +-- +2.1.4 + |