Switch to unified view

a/src/utils/copyfile.cpp b/src/utils/copyfile.cpp
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef TEST_COPYFILE
17
#ifndef TEST_COPYFILE
18
#include <stdio.h>
18
#include <stdio.h>
19
#include <fcntl.h>
20
#include <errno.h>
19
#include <errno.h>
21
#include <unistd.h>
20
#include "safefcntl.h"
22
#include <sys/types.h>
21
#include <sys/types.h>
23
#include <sys/stat.h>
22
#include "safesysstat.h"
23
#include "safeunistd.h"
24
#include <sys/time.h>
24
#include <sys/time.h>
25
#include <utime.h>
25
#include <utime.h>
26
26
27
#include <cstring>
27
#include <cstring>
28
28