Index: libfuse/main.c
diff -u libfuse/main.c:1.9 libfuse/main.c:1.10
--- libfuse/main.c:1.9  Tue Nov 15 23:43:05 2005
+++ libfuse/main.c      Sat Dec  3 19:01:25 2005
@@ -28,8 +28,10 @@
 char *netfs_server_version = VERSION;
 int netfs_maxsymlinks = 12;
 
+/* libfuse filesystem configuration */
+struct _libfuse_params libfuse_params = { 0 };
+
 /* pointer to the fuse_operations structure of this translator process */
-int fuse_use_ino = 0;
 const struct fuse_operations *fuse_ops = NULL;
 const struct fuse_operations_compat2 *fuse_ops_compat = NULL;
 


_______________________________________________
Hurdextras-commit mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to