Switch to unified view
a/src/utils/wipedir.cpp | b/src/utils/wipedir.cpp | ||
---|---|---|---|
... |
... |
||
17 | * Free Software Foundation, Inc., |
17 | * Free Software Foundation, Inc., |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
19 | */ |
19 | */ |
20 | 20 | ||
21 | #ifndef TEST_WIPEDIR |
21 | #ifndef TEST_WIPEDIR |
22 | #include "autoconfig.h" |
||
23 | |||
22 | #include <unistd.h> |
24 | #include <unistd.h> |
23 | #include <fcntl.h> |
25 | #include <fcntl.h> |
24 | #include <dirent.h> |
26 | #include <dirent.h> |
25 | #include <sys/stat.h> |
27 | #include <sys/stat.h> |
26 | #include <errno.h> |
28 | #include <errno.h> |