summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gnunet-fix-scheduler.patch
diff options
context:
space:
mode:
authorAndreas Enge <[email protected]>2015-03-07 00:16:04 +0100
committerAndreas Enge <[email protected]>2015-03-07 00:16:04 +0100
commitf944fbf185a869845fe3eb78977a118b1ef593cc (patch)
tree4690ff555e22b54b297533bade51979dcaaa6977 /gnu/packages/patches/gnunet-fix-scheduler.patch
parente5e069302eeeb01df4191a0383201595d1e109c6 (diff)
gnu: gnunet: Update to 0.10.1.
* gnu/packages/gnunet.scm (gnunet): Update to 0.10.1. Adapt environment variable GNUNET_PREFIX to new use. Disable parallel tests. Disable tests until a failure is fixed. * gnu/packages/patches/gnunet-fix-scheduler.patch, gnu/packages/patches/gnunet-fix-tests.patch: Delete patch files. * gnu-system.am (dist_patch_DATA): Unregister patches.
Diffstat (limited to 'gnu/packages/patches/gnunet-fix-scheduler.patch')
-rw-r--r--gnu/packages/patches/gnunet-fix-scheduler.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/patches/gnunet-fix-scheduler.patch b/gnu/packages/patches/gnunet-fix-scheduler.patch
deleted file mode 100644
index 1e0aef2a1a..0000000000
--- a/gnu/packages/patches/gnunet-fix-scheduler.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/util/scheduler.c
-===================================================================
---- src/util/scheduler.c (revision 31745)
-+++ src/util/scheduler.c (working copy)
-@@ -1599,7 +1599,7 @@
- int real_fd;
-
- GNUNET_DISK_internal_file_handle_ (fd, &real_fd, sizeof (int));
-- GNUNET_assert (real_fd > 0);
-+ GNUNET_assert (real_fd >= 0);
- return add_without_sets (
- delay, priority,
- on_read ? real_fd : -1,