patches/fuse-ext2-02-solaris.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2168 da73a99cb6ae
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2168
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- fuse-ext2-0.0.5.orig/fuse-ext2/fuse-ext2.h	2009-06-03 12:15:05.000000000 -0400
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ fuse-ext2-0.0.5/fuse-ext2/fuse-ext2.h	2009-06-26 02:39:15.081075870 -0400
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -28,9 +28,10 @@
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 #include <stdarg.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 #include <getopt.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 #include <assert.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
+#include <unistd.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
 #include <errno.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
-#include <fuse.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
+#include <fuse/fuse.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
 #include <ext2fs/ext2fs.h>
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
 
da73a99cb6ae 2009-09-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
 #if !defined(FUSE_VERSION) || (FUSE_VERSION < 26)