|
a/src/utils/fstreewalk.cpp |
|
b/src/utils/fstreewalk.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: fstreewalk.cpp,v 1.14 2007-08-30 09:01:52 dockes Exp $ (C) 2004 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: fstreewalk.cpp,v 1.15 2007-12-13 06:58:22 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
|
|
... |
|
... |
22 |
|
22 |
|
23 |
#include <dirent.h>
|
23 |
#include <dirent.h>
|
24 |
#include <sys/stat.h>
|
24 |
#include <sys/stat.h>
|
25 |
#include <errno.h>
|
25 |
#include <errno.h>
|
26 |
#include <fnmatch.h>
|
26 |
#include <fnmatch.h>
|
|
|
27 |
#include <cstring>
|
|
|
28 |
#include <algorithm>
|
27 |
|
29 |
|
28 |
#include <sstream>
|
30 |
#include <sstream>
|
29 |
#include <list>
|
31 |
#include <list>
|
30 |
|
32 |
|
31 |
#include "debuglog.h"
|
33 |
#include "debuglog.h"
|