Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/split
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.
Home |
Main Index |
Thread Index |
Old Index