[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 04/06: pflocal: avoid building the interrupt server
From: |
Samuel Thibault |
Subject: |
[hurd] 04/06: pflocal: avoid building the interrupt server |
Date: |
Tue, 03 Nov 2015 22:43:20 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit 3f0a9b1145c25d1f0f19fc93da3c272c5505a5ee
Author: Justus Winter <address@hidden>
Date: Thu Oct 29 16:39:31 2015 +0100
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
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (b989189 -> f5ab1a1), Samuel Thibault, 2015/11/03
- [hurd] 02/06: trans: improve demuxers, Samuel Thibault, 2015/11/03
- [hurd] 04/06: pflocal: avoid building the interrupt server,
Samuel Thibault <=
- [hurd] 01/06: Make fakerooted access() return real access, Samuel Thibault, 2015/11/03
- [hurd] 03/06: hurd: fix type of in-translation function, Samuel Thibault, 2015/11/03
- [hurd] 06/06: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2015/11/03
- [hurd] 05/06: GNU Hurd 0.7, Samuel Thibault, 2015/11/03