Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/17/2005 19:13:20
Module Name:	src
Committed By:	christos
Date:		Thu Nov 17 19:13:20 UTC 2005

Modified Files:
	src/lib/libc/gen: fts.c

Log Message:
1. minimize code diffs with FreeBSD
2. return ENAMETOOLONG instead of ENOMEM if name is too long to fit.
3. only decrement cp if we are pointing to the end of the string.
   [this fixes the cp truncation of the last char problem reported]


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 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.