Make hard-linking work when a device has an st_dev of 0.
[rsync/rsync.git] / t_unsafe.c
index 44662bd..7574653 100644 (file)
@@ -27,9 +27,9 @@ int dry_run = 0;
 int am_root = 0;
 int read_only = 0;
 int list_only = 0;
-int verbose = 0;
 int preserve_perms = 0;
 int preserve_executability = 0;
+short info_levels[COUNT_INFO], debug_levels[COUNT_DEBUG];
 
 int
 main(int argc, char **argv)