Switch to unified view
a/src/utils/wipedir.cpp | b/src/utils/wipedir.cpp | ||
---|---|---|---|
1 | #ifndef lint |
1 | #ifndef lint |
2 | static char rcsid[] = "@(#$Id: wipedir.cpp,v 1.1 2005-02-09 12:07:30 dockes Exp $ (C) 2004 J.F.Dockes"; |
2 | static char rcsid[] = "@(#$Id: wipedir.cpp,v 1.2 2005-04-06 10:20:11 dockes Exp $ (C) 2004 J.F.Dockes"; |
3 | #endif |
3 | #endif |
4 | 4 | ||
5 | #ifndef TEST_WIPEDIR |
5 | #ifndef TEST_WIPEDIR |
6 | #include <unistd.h> |
||
7 | #include <fcntl.h> |
||
6 | #include <dirent.h> |
8 | #include <dirent.h> |
7 | #include <sys/stat.h> |
9 | #include <sys/stat.h> |
8 | #include <errno.h> |
10 | #include <errno.h> |
9 | 11 | ||
10 | #include <string> |
12 | #include <string> |