@ -1,7 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <libgen.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "util.h"
@ -1,6 +1,5 @@
#include <unistd.h>
#include "text.h"
@ -1,11 +1,8 @@
#include <sys/stat.h>
#include <errno.h>
#include <grp.h>
#include <sys/types.h>
@ -1,8 +1,5 @@
@ -1,9 +1,6 @@
#include <inttypes.h>
#include <stdint.h>
@ -1,8 +1,6 @@
@ -1,10 +1,11 @@
#include <sys/ioctl.h>
#include <limits.h>
@ -1,5 +1,4 @@
#include "fs.h"
@ -1,10 +1,7 @@
#include <sys/wait.h>
#include <signal.h>
#include <stdarg.h>
@ -3,7 +3,6 @@
#include "utf.h"
@ -1,9 +1,7 @@
#include <time.h>
@ -1,12 +1,12 @@
#include <dirent.h>
#include <regex.h>
@ -1,10 +1,8 @@
#include <ctype.h>
@ -3,11 +3,8 @@
#include <strings.h>
#include "queue.h"
enum { Match = 0, NoMatch = 1, Error = 2 };
@ -1,13 +1,11 @@
#include <fcntl.h>
@ -2,7 +2,6 @@
#define SYSLOG_NAMES
#include <syslog.h>
@ -1,11 +1,12 @@
#include <pwd.h>
@ -1,10 +1,9 @@
@ -1,8 +1,7 @@
@ -1,9 +1,8 @@
#include <sys/resource.h>
#include <sys/time.h>
@ -1,10 +1,10 @@
#include <locale.h>
@ -1,8 +1,8 @@
@ -1,11 +1,10 @@
@ -1,11 +1,9 @@
@ -1,9 +1,4 @@
@ -1,7 +1,5 @@
@ -15,7 +15,6 @@
#include "crypt.h"
#include "sha1.h"
#include "sha256.h"
#include "sha512.h"
@ -1,6 +1,4 @@
@ -1,9 +1,9 @@
#include <utime.h>
@ -1,7 +1,7 @@
#include <sys/utsname.h>
static void uniqline(FILE *, char *);
@ -1,14 +1,11 @@
static int mflag = 0;
@ -1,7 +1,4 @@
enum {