|
a/src/utils/pathut.cpp |
|
b/src/utils/pathut.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: pathut.cpp,v 1.19 2008-05-27 06:18:28 dockes Exp $ (C) 2004 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: pathut.cpp,v 1.20 2008-06-13 18:22:47 dockes Exp $ (C) 2004 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
34 |
using std::string;
|
34 |
using std::string;
|
35 |
using std::list;
|
35 |
using std::list;
|
36 |
using std::stack;
|
36 |
using std::stack;
|
37 |
#endif /* NO_NAMESPACES */
|
37 |
#endif /* NO_NAMESPACES */
|
38 |
|
38 |
|
|
|
39 |
#include "autoconfig.h"
|
39 |
#include "pathut.h"
|
40 |
#include "pathut.h"
|
40 |
|
41 |
|
41 |
#include <sys/types.h>
|
42 |
#include <sys/types.h>
|
42 |
#ifndef STATFS_INCLUDE
|
43 |
#ifndef STATFS_INCLUDE
|
43 |
#define STATFS_INCLUDE <sys/vfs.h>
|
44 |
#define STATFS_INCLUDE <sys/vfs.h>
|