Subject: CVS commit: [netbsd-1-6] basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 12/08/2002 00:19:25
Module Name: basesrc
Committed By: he
Date: Sat Dec 7 22:19:25 UTC 2002
Modified Files:
basesrc/lib/libc/gen [netbsd-1-6]: dirname.c
Log Message:
Pull up revision 1.6 (requested by thorpej in ticket #918):
Change basename(3) and dirname(3) to return a pointer to
static storage instead of modifying their arguments. Fixes
PR#18647.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 basesrc/lib/libc/gen/dirname.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.