]> cygwin.com Git - cygwin-apps/setup.git/commit - root.cc
Change concat to cygpath throughout. Change map_filename to cygpath
authorChristopher Faylor <me@cgf.cx>
Fri, 11 May 2001 01:40:36 +0000 (01:40 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 11 May 2001 01:40:36 +0000 (01:40 +0000)
commita351e48c9fe3845b718f406acdd98a86f515ca65
treee0ef769217a9479352ffcd517b29c572d08104b8
parente227ee2464aba3291e0e1772776343d862b3574c
Change concat to cygpath throughout.  Change map_filename to cygpath
throughout.
* concat.cc (vconcat): New function.
(concat): Use vconcat.
* concat.h: Reflect above.
* install.cc (map_filename): Eliminate.
(install_one): Free dest_file.
* mount.cc (find2): Expect input key to be pointing to mount record.
(in_table): New function.
(is_admin): Move from root.cc.
(read_mounts): New function.
(path_prefix_p): New function.
(cygpath): New function.
* mount.h: Define new functions and structure.
* root.cc (in_table): Move to mount.cc.
(do_root): Call read_mounts to initialize root stuff and mount table.
* site.cc (get_root_dir): Ditto.
14 files changed:
ChangeLog
Makefile.in
choose.cc
concat.cc
concat.h
desktop.cc
ini.cc
install.cc
log.cc
mount.cc
mount.h
postinstall.cc
root.cc
site.cc
This page took 0.034984 seconds and 5 git commands to generate.