Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/16/2007 21:39:09
Module Name:	src
Committed By:	christos
Date:		Wed May 16 21:39:09 UTC 2007

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

Log Message:
- Always check strdup return. For now we are lazy and bail instead of cleaning
  up.
- Use malloc and free instead of macros, delete macros.
- Merge the two copies of deep copy and free args that were slightly buggy
  into one and use that one.

XXX: Lots of ints should be size_t.
XXX: Bailing on error is not a good thing for a library.
XXX: Defs.h should be eliminated completely. Not all files need all the headers.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/librefuse/defs.h
cvs rdiff -r1.16 -r1.17 src/lib/librefuse/fuse.h
cvs rdiff -r1.54 -r1.55 src/lib/librefuse/refuse.c
cvs rdiff -r1.9 -r1.10 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.