Subject: CVS commit: src/usr.bin/split
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/24/2003 00:09:27
Module Name:	src
Committed By:	bjh21
Date:		Tue Jun 24 00:09:27 UTC 2003

Modified Files:
	src/usr.bin/split: split.c

Log Message:
Use pathconf() to get the value of {NAME_MAX} for the current directory,
rather than relying on the #defined one (which is wrong on NetBSD).
Dynamically allocate the filename buffer to fit.


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