Add function cp_file to replace system

This commit is contained in:
wbaumann
2014-04-20 09:26:39 +00:00
parent b7866ea576
commit 8739bc32a8
2 changed files with 36 additions and 7 deletions

View File

@ -4,6 +4,8 @@ ChangeLog for davfs2
2014-04-20 Werner Baumann (werner.baumann@onlinehome.de)
* kernel_interface.c:
Replace system() with execl().
* mount_davfs.c:
Add function cp_file to replace system.
2014-04-18 Werner Baumann (werner.baumann@onlinehome.de)
* defaults.h, mount_davfs.h, mount_davfs.c, webdav.c: