replaced chdir and getcwd calls with push_dir/pop_dir functions. These
authorAndrew Tridgell <tridge@samba.org>
Fri, 29 May 1998 14:36:39 +0000 (14:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 29 May 1998 14:36:39 +0000 (14:36 +0000)
commit5243c216d6db4c728c7bf0ad7ab769c9bb6a728b
treefbe4988cba7c6e5eefbce65a191cf8943ead7202
parent79a51e7ee68097b98bc2234b70d16c011bdc3608
replaced chdir and getcwd calls with push_dir/pop_dir functions. These
are faster and don't cause problems in a chrooted environment on any
systems.
clientserver.c
flist.c
main.c
options.c
rsync.yo
util.c