Switch to unified view

a/src/utils/copyfile.cpp b/src/utils/copyfile.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: copyfile.cpp,v 1.1 2005-12-05 14:09:16 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: copyfile.cpp,v 1.2 2005-12-05 16:13:34 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
4
5
#include <stdio.h>
5
#include <stdio.h>
6
#include <fcntl.h>
6
#include <fcntl.h>
7
#include <errno.h>
7
#include <errno.h>
8
#include <unistd.h>
8
9
9
#include <string>
10
#include <string>
10
using std::string;
11
using std::string;
11
12
12
#include "debuglog.h"
13
#include "debuglog.h"