|
a/src/utils/copyfile.cpp |
|
b/src/utils/copyfile.cpp |
|
... |
|
... |
20 |
#ifndef TEST_COPYFILE
|
20 |
#ifndef TEST_COPYFILE
|
21 |
#include <stdio.h>
|
21 |
#include <stdio.h>
|
22 |
#include <fcntl.h>
|
22 |
#include <fcntl.h>
|
23 |
#include <errno.h>
|
23 |
#include <errno.h>
|
24 |
#include <unistd.h>
|
24 |
#include <unistd.h>
|
|
|
25 |
#include <sys/types.h>
|
|
|
26 |
#include <sys/stat.h>
|
|
|
27 |
#include <sys/time.h>
|
|
|
28 |
#include <utime.h>
|
|
|
29 |
|
25 |
#include <cstring>
|
30 |
#include <cstring>
|
26 |
#include <sys/stat.h>
|
|
|
27 |
#include <sys/times.h>
|
|
|
28 |
|
31 |
|
29 |
#include "copyfile.h"
|
32 |
#include "copyfile.h"
|
30 |
#include "debuglog.h"
|
33 |
#include "debuglog.h"
|
31 |
|
34 |
|
32 |
#define CPBSIZ 8192
|
35 |
#define CPBSIZ 8192
|