Subject: CVS commit: src/share/examples/refuse/virtdir
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 04/18/2007 20:32:16
Module Name:	src
Committed By:	agc
Date:		Wed Apr 18 20:32:16 UTC 2007

Modified Files:
	src/share/examples/refuse/virtdir: virtdir.c

Log Message:
When adding virtual directory entries, check the path to see that
intermediate directories have already been created. If not, then
create the intermediate directories. This means that callers don't
need to create the intermediate directories themselves.

When reading a virtual directory, don't return a zero-length
virtual directory entry.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/share/examples/refuse/virtdir/virtdir.c

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