Skip to content

Commit

Permalink
Declare preserve_perms for latest syscall.o.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Jan 21, 2003
1 parent f0b4fda commit 522c05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions t_unsafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "rsync.h"

int dry_run, read_only, list_only, verbose;
int preserve_perms = 0;


int main(int argc, char **argv)
Expand Down
1 change: 1 addition & 0 deletions tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
int dry_run = 0;
int read_only = 1;
int list_only = 0;
int preserve_perms = 0;


static void failed (char const *what,
Expand Down
1 change: 1 addition & 0 deletions trimslash.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
int dry_run = 0;
int read_only = 1;
int list_only = 0;
int preserve_perms = 0;

/**
* @file trimslash.c
Expand Down

0 comments on commit 522c05c

Please sign in to comment.