Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/26/2007 15:57:33
Module Name: src
Committed By: pooka
Date: Mon Feb 26 15:57:33 UTC 2007
Modified Files:
src/lib/librefuse: fuse.h refuse.c
Log Message:
Refactor a few interfaces a bit to look more like fuse. fuse_args
is implemented as a very dummy version (i.e. totally unimplemented),
so some effort is still needed there.
After this change it is possible to compile and run ntfs-3g. It
works read/write for ntfs images and shows no faults at least with
superficial testing. I did not test it against a block device,
only an image.
Thanks to Tracy and Jason for help with the test image.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/librefuse/fuse.h
cvs rdiff -r1.37 -r1.38 src/lib/librefuse/refuse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.