Index: libfuse/netfs.c
diff -u libfuse/netfs.c:1.31 libfuse/netfs.c:1.32
--- libfuse/netfs.c:1.31        Fri Dec  2 22:45:23 2005
+++ libfuse/netfs.c     Fri Dec  2 23:29:02 2005
@@ -36,10 +36,6 @@
 
 /* fuse_dirhandle, passed to ops->getdir to store our information */
 struct fuse_dirhandle {
-  /*** stuff needed for attempt_lookup *********************/
-  unsigned found :1;
-
-  /*** things needed for get_dirents ***********************/
   int first_entry;         /* index of first entry to return (counted down
                            * in helper function) */
   int num_entries;         /* number of further entries we may write out to the
@@ -50,7 +46,6 @@
   size_t maxlen;           /* (allocated) length of filename field, def 256 */
   struct netnode *parent;  /* netnode of the dir which's content we list */
 
-  /*** things used here and there **************************/
   char *abspath;
   char *filename;
 };


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

Reply via email to