mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 18:37:40 -04:00
Removed debug code.
This commit is contained in:
4
tls.c
4
tls.c
@@ -114,13 +114,9 @@ static void list_file (const char *fname)
|
||||
/* TODO: Perhaps escape special characters in fname? */
|
||||
|
||||
printf("%s ", permbuf);
|
||||
#if MAJOR_IN_MKDEV
|
||||
printf("! "); /* XXX trying to debug Solaris build-farm weirdness */
|
||||
#else
|
||||
if (IS_DEVICE(buf.st_mode))
|
||||
printf("%6d,%5d", major(buf.st_rdev), minor(buf.st_rdev));
|
||||
else /* NB: use double for size because it might not fit in a long. */
|
||||
#endif
|
||||
printf("%12.0f", (double)buf.st_size);
|
||||
printf(" %6ld.%-6ld %6ld %s %s%s\n",
|
||||
(long)buf.st_uid, (long)buf.st_gid, (long)buf.st_nlink,
|
||||
|
||||
Reference in New Issue
Block a user