]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:45:43 +0000 (15:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:45:43 +0000 (15:45 +0000)
commitf6e82b7dea359a964166ca7bd192fd3782eba4b9
tree2914feba502858c3fd1e2c8a7f454382edc24244
parent1450c855b62084c0e490e7738282932425cf3a9c
(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
(path_concat): Use base_len to compute
base length, not strlen; this means we cannot rely on memcpy
to null-terminate.
lib/path-concat.c