# Distributed under the GPL v2
# $Id$
+ 09 Jul 2012; Sebastian Pipping <sping@gentoo.org>
+ patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch:
+ Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411)
+
09 Jul 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
Restore previous handling of real_root due to report of regressions (bug
#419965)
--- /dev/null
+--- util/fusermount.c 2012-07-10 00:18:25.228755618 +0200
++++ util/fusermount.c 2012-07-10 00:17:47.574226365 +0200
+@@ -9,6 +9,7 @@
+
+ #include <config.h>
+
++#define _GNU_SOURCE /* for clone */
+ #include "mount_util.h"
+ #include <stdio.h>
+ #include <stdlib.h>