Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/17/2007 01:55:43
Module Name:	src
Committed By:	christos
Date:		Thu May 17 01:55:43 UTC 2007

Modified Files:
	src/lib/librefuse: fuse.h fuse_opt.h refuse.c refuse_opt.c

Log Message:
More fixes:
- make sure that the args array is NULL terminated.
- make sure argc is initialized and argv is set to NULL after freeing.
- make the deep copy function an opt interface function.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/librefuse/fuse.h
cvs rdiff -r1.3 -r1.4 src/lib/librefuse/fuse_opt.h
cvs rdiff -r1.55 -r1.56 src/lib/librefuse/refuse.c
cvs rdiff -r1.10 -r1.11 src/lib/librefuse/refuse_opt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.