Switch to unified view

a/src/utils/pathut.cpp b/src/utils/pathut.cpp
...
...
55
using namespace std;
55
using namespace std;
56
56
57
#include "pathut.h"
57
#include "pathut.h"
58
#include "transcode.h"
58
#include "transcode.h"
59
#include "wipedir.h"
59
#include "wipedir.h"
60
#include "md5.h"
60
#include "md5ut.h"
61
61
62
bool fsocc(const string &path, int *pc, long *blocks)
62
bool fsocc(const string &path, int *pc, long *blocks)
63
{
63
{
64
#ifdef sun
64
#ifdef sun
65
    struct statvfs buf;
65
    struct statvfs buf;