logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gvfs-1.30.2-sysmacros.patch (525B)


  1. https://bugzilla.gnome.org/show_bug.cgi?id=776532
  2. https://bugs.gentoo.org/580234
  3. --- a/metadata/meta-daemon.c
  4. +++ b/metadata/meta-daemon.c
  5. @@ -27,6 +27,7 @@
  6. #include <glib/gstdio.h>
  7. #include <locale.h>
  8. #include <stdlib.h>
  9. +#include <sys/sysmacros.h>
  10. #include "metatree.h"
  11. #include "gvfsdaemonprotocol.h"
  12. #include "metadata-dbus.h"
  13. --- a/metadata/metatree.c
  14. +++ b/metadata/metatree.c
  15. @@ -1,4 +1,5 @@
  16. #include "config.h"
  17. +#include <sys/sysmacros.h>
  18. #include <sys/types.h>
  19. #include <sys/stat.h>
  20. #include <sys/mman.h>