|
@@ -25,6 +25,7 @@ |
|
|
#include <fcntl.h> |
|
|
#include <fcntl.h> |
|
|
#include <unistd.h> |
|
|
#include <unistd.h> |
|
|
#include <errno.h> |
|
|
#include <errno.h> |
|
|
|
|
|
#include <locale.h> |
|
|
#include <signal.h> |
|
|
#include <signal.h> |
|
|
#include <sys/select.h> |
|
|
#include <sys/select.h> |
|
|
#include <sys/stat.h> |
|
|
#include <sys/stat.h> |
|
@@ -813,6 +814,8 @@ int main(int argc, char **argv) |
|
|
|
|
|
|
|
|
signal(SIGPIPE, SIG_IGN); |
|
|
signal(SIGPIPE, SIG_IGN); |
|
|
|
|
|
|
|
|
|
|
|
setlocale(LC_COLLATE, ""); |
|
|
|
|
|
|
|
|
parse_options(argc, argv); |
|
|
parse_options(argc, argv); |
|
|
|
|
|
|
|
|
if (options->clean_cache) { |
|
|
if (options->clean_cache) { |
|
|