Subject: CVS commit: src/usr.bin/split
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 07/10/2003 21:30:17
Module Name: src
Committed By: bjh21
Date: Thu Jul 10 21:30:16 UTC 2003
Modified Files:
src/usr.bin/split: split.c
Log Message:
Remove the NAME_MAX check. While well-intentioned (and required by POSIX),
the implementation was horribly broken when <name> contained slashes, and
a correct one will probably be quite different.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/split/split.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.