(Fcopy_file): New arg PRESERVE_UID_GID.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 2005 22:37:49 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 2005 22:37:49 +0000 (22:37 +0000)
commit586702ceeb85856b076b7eec369791c1bb66e765
tree7a0d02d4df6f34e6fd3174af3fc9257d72534be3
parent29e952546a2a2d16c5e397d5924a2a2086b370ec
(Fcopy_file): New arg PRESERVE_UID_GID.
Use fchmod to copy the file modes.
(Frename_file): Don't copy UID and GID here;
instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
src/fileio.c