diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-10 09:13:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-10 09:13:50 +0000 |
commit | d52c80bbd7d9a4255f54d34929e6d06f18a1d6d5 (patch) | |
tree | 96acc5581e382f29613e8aeebbae87dcdca0c781 /Build/source/texk/kpathsea/pathsearch.c | |
parent | 7b1fe9c5919e7d7ddff71b621137cb798e1aa5b1 (diff) |
avoid use of and remove support for kpse_set_progname,
should be completely removed for kpathsea version 6.x.y
git-svn-id: svn://tug.org/texlive/trunk@17409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.c')
-rw-r--r-- | Build/source/texk/kpathsea/pathsearch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.c b/Build/source/texk/kpathsea/pathsearch.c index 4bc0b974d29..8d376ab85ab 100644 --- a/Build/source/texk/kpathsea/pathsearch.c +++ b/Build/source/texk/kpathsea/pathsearch.c @@ -343,7 +343,7 @@ search (kpathsea kpse, const_string path, const_string original_name, signature); that we do NOT need time stamp of root directories; and that we do NOT need the write access bit in st_mode. - Note that `kpse_set_progname' needs the EXEC bits, + Note that `kpse_set_program_name' needs the EXEC bits, but it was already called by the time we get here. */ unsigned short save_djgpp_flags = _djstat_flags; @@ -430,7 +430,7 @@ search_list (kpathsea kpse, const_string path, const_string* names, signature); that we do NOT need time stamp of root directories; and that we do NOT need the write access bit in st_mode. - Note that `kpse_set_progname' needs the EXEC bits, + Note that `kpse_set_program_name' needs the EXEC bits, but it was already called by the time we get here. */ unsigned short save_djgpp_flags = _djstat_flags; |