summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index 3dcd194ea..decb8e984 100644
--- a/scp.c
+++ b/scp.c
@@ -545,7 +545,7 @@ syserr: run_err("%s: %s", name, strerror(errno));
545 goto next; 545 goto next;
546 } 546 }
547#define FILEMODEMASK (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO) 547#define FILEMODEMASK (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)
548#ifdef HAVE_INT64_T 548#ifdef HAVE_LONG_LONG_INT
549 snprintf(buf, sizeof buf, "C%04o %lld %s\n", 549 snprintf(buf, sizeof buf, "C%04o %lld %s\n",
550 (u_int) (stb.st_mode & FILEMODEMASK), 550 (u_int) (stb.st_mode & FILEMODEMASK),
551 (long long) stb.st_size, last); 551 (long long) stb.st_size, last);