ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

ntfs3g-include.patch (846B)


      1 diff -uri ntfs-3g_ntfsprogs-2014.2.15/libfuse-lite/fusermount.c patched/libfuse-lite/fusermount.c
      2 --- ntfs-3g_ntfsprogs-2014.2.15/libfuse-lite/fusermount.c	2014-02-15 15:07:52.000000000 +0100
      3 +++ patched/libfuse-lite/fusermount.c	2014-05-31 16:39:30.783377108 +0200
      4 @@ -19,6 +19,7 @@
      5  #include <errno.h>
      6  #include <fcntl.h>
      7  #include <pwd.h>
      8 +#include <paths.h>
      9  
     10  #ifdef __SOLARIS__
     11  #include <sys/mnttab.h>
     12 diff -uri ntfs-3g_ntfsprogs-2014.2.15/libfuse-lite/mount_util.c patched/libfuse-lite/mount_util.c
     13 --- ntfs-3g_ntfsprogs-2014.2.15/libfuse-lite/mount_util.c	2014-02-15 15:07:52.000000000 +0100
     14 +++ patched/libfuse-lite/mount_util.c	2014-05-31 16:39:20.183377542 +0200
     15 @@ -17,6 +17,7 @@
     16  #include <limits.h>
     17  #include <sys/stat.h>
     18  #include <sys/wait.h>
     19 +#include <paths.h>
     20  #ifdef __SOLARIS__
     21  #else /* __SOLARIS__ */
     22  #include <mntent.h>