#include <sys/types.h>
#include <grp.h>
#include <getopt.h>
+
#include "system.h"
#include "version.h"
#include "safe-lstat.h"
+#include "error.h"
#ifndef _POSIX_VERSION
struct group *getgrnam ();
char *savedir ();
char *xmalloc ();
char *xrealloc ();
-void error ();
static int change_file_group ();
static int change_dir_group ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "modechange.h"
#include "system.h"
#include "version.h"
#include "safe-stat.h"
#include "safe-lstat.h"
+#include "error.h"
-void error ();
void mode_string ();
char *savedir ();
void strip_trailing_slashes ();
#include <pwd.h>
#include <grp.h>
#include <getopt.h>
+
#include "system.h"
#include "version.h"
#include "safe-lstat.h"
+#include "error.h"
#ifndef _POSIX_VERSION
struct passwd *getpwnam ();
void strip_trailing_slashes ();
char *xmalloc ();
char *xrealloc ();
-void error ();
int isnumber ();
static int change_file_owner ();
#include "system.h"
#include "version.h"
+#include "error.h"
#define equal(p, q) (strcmp ((p),(q)) == 0)
#define max(a, b) ((a) > (b) ? (a) : (b))
#define C_TWOBUFS 04000
char *xmalloc ();
-void error ();
int safe_read ();
+int full_write ();
static RETSIGTYPE interrupt_handler ();
static int bit_count ();
{
while (records-- > 0)
{
- nread = safe_read (fdesc, buf, blocksize).
+ int nread;
+
+ nread = safe_read (fdesc, buf, blocksize);
if (nread < 0)
{
error (0, errno, "%s", file);
#include <stdio.h>
#include <sys/types.h>
#include <getopt.h>
+
#include "mountlist.h"
#include "fsusage.h"
#include "system.h"
#include "version.h"
#include "safe-stat.h"
+#include "error.h"
char *xmalloc ();
char *xstrdup ();
-void error ();
static int selected_fstype ();
static int excluded_fstype ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "version.h"
#include "safe-stat.h"
#include "safe-lstat.h"
+#include "error.h"
/* Initial number of entries in each hash table entry's table of inodes. */
#define INITIAL_HASH_MODULE 100
char *xgetcwd ();
char *xmalloc ();
char *xrealloc ();
-void error ();
static int hash_insert ();
static int hash_insert2 ();
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>
+
#include "system.h"
#include "version.h"
#include "safe-stat.h"
#include "modechange.h"
#include "makepath.h"
+#include "error.h"
#ifdef _POSIX_VERSION
#include <sys/wait.h>
char *basename ();
char *stpcpy ();
char *xmalloc ();
-void error ();
int safe_read ();
int full_write ();
int isdir ();
#include <stdio.h>
#include <sys/types.h>
#include <getopt.h>
+
#include "system.h"
#include "backupfile.h"
#include "version.h"
#include "safe-lstat.h"
#include "safe-stat.h"
+#include "error.h"
int link (); /* Some systems don't declare this anywhere. */
enum backup_type get_version ();
int isdir ();
int yesno ();
-void error ();
void strip_trailing_slashes ();
char *stpcpy ();
PATH_MAX. */
#include <limits.h>
#endif
+
#include "system.h"
#include <fnmatch.h>
#include "version.h"
#include "safe-stat.h"
#include "safe-lstat.h"
+#include "error.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
char *xmalloc ();
char *xrealloc ();
int argmatch ();
-void error ();
void invalid_arg ();
static char *make_link_path ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "modechange.h"
#include "makepath.h"
#include "version.h"
-
-void error ();
+#include "error.h"
static void usage ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "modechange.h"
#include "version.h"
-
-void error ();
+#include "error.h"
static void usage ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "modechange.h"
#include "version.h"
-
-void error ();
+#include "error.h"
static void usage ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "backupfile.h"
#include "version.h"
#include "safe-lstat.h"
+#include "error.h"
#ifndef _POSIX_VERSION
uid_t geteuid ();
enum backup_type get_version ();
int isdir ();
int yesno ();
-void error ();
int safe_read ();
int full_write ();
void strip_trailing_slashes ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "version.h"
#include "safe-lstat.h"
+#include "error.h"
#ifdef D_INO_IN_DIRENT
#define D_INO(dp) ((dp)->d_ino)
char *xrealloc ();
int eaccess_stat ();
int yesno ();
-void error ();
void strip_trailing_slashes ();
static int clear_directory ();
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "version.h"
+#include "error.h"
-void error ();
void strip_trailing_slashes ();
static void remove_parents ();
#include "system.h"
#include "long-options.h"
#include "version.h"
-
-void error ();
+#include "error.h"
/* The name this program was run with. */
char *program_name;
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "version.h"
#include "safe-stat.h"
+#include "error.h"
#ifndef STDC_HEADERS
time_t mktime ();
int argmatch ();
time_t get_date ();
time_t posixtime ();
-void error ();
int safe_read ();
int full_write ();
void invalid_arg ();