Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/11/2005 04:12:58
Module Name:	src
Committed By:	christos
Date:		Sun Dec 11 04:12:58 UTC 2005

Modified Files:
	src/lib/libc/compat/gen: compat___fts13.c compat_fts.c
	src/lib/libc/gen: fts.c

Log Message:
Restore the compatibility versions of fts not to do path mangling (i.e.
remove double slashes). Also make sure we free sp in all cases. From yamt,
many thanks!


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/compat/gen/compat___fts13.c \
    src/lib/libc/compat/gen/compat_fts.c
cvs rdiff -r1.28 -r1.29 src/lib/libc/gen/fts.c

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