diff options
author | kientzle <kientzle@FreeBSD.org> | 2006-11-20 16:45:39 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2006-11-20 16:45:39 +0000 |
commit | 6168acc09e848e7b94c9d0db73a24959fb2b6899 (patch) | |
tree | c2f60b997c674768b9a2f6f23531cd10c1501dc8 /lib/libc | |
parent | 01fad2a3f60399082a4095da7206935a8bd6a567 (diff) | |
download | FreeBSD-src-6168acc09e848e7b94c9d0db73a24959fb2b6899.zip FreeBSD-src-6168acc09e848e7b94c9d0db73a24959fb2b6899.tar.gz |
Forced commit to note CVS repo-copy of archive_{read,write}_open_file.c
to archive_{read,write}_open_filename.c.
This is part of a minor file shuffle/name clarification:
* The archive_{read,write}_open_file() functions are officially
renamed to archive_{read,write}_open_filename(), which more accurately
reflects their function (they open a data stream identified by a filename).
* Preserve the file naming conventions by renaming the files as
well.
* Keep the old function names (in the new files) as synonyms for
backwards compatibility.
* Keep the old files around; they'll be recycled soon for the upcoming
archive_{read,write}_open_FILE() functions (which open a data stream
identified by a FILE * reference).
* I'm also, of course, making a nod here to MacOS/Windows
case-insensitive filesystems that can't have both _open_file.c and
_open_FILE.c. ;-)
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions